diff options
| author | Yoni Rabkin <yrk@gnu.org> | 2015-03-28 23:45:26 -0400 | 
|---|---|---|
| committer | Yoni Rabkin <yrk@gnu.org> | 2015-03-28 23:45:26 -0400 | 
| commit | 0f650d05564b08fff0857fbf9ac2787f6f2a8c34 (patch) | |
| tree | 3de582849230ad7b3433df4a9589df9320ead24d | |
| parent | 5dc7165c1c67c420300ee6c1837a1eec0aaa475c (diff) | |
* rt-liberation-rest.el: Write to debug if enabled.
| -rw-r--r-- | rt-liberation-rest.el | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/rt-liberation-rest.el b/rt-liberation-rest.el index dec5b57..61f0052 100644 --- a/rt-liberation-rest.el +++ b/rt-liberation-rest.el @@ -249,6 +249,7 @@  	 (format "content=%s: %s"  		 (url-hexify-string field)  		 (url-hexify-string value)))) +    (rt-liber-rest-write-debug (concat request-data "\n"))      (let ((url-request-method "POST")  	  (url-request-data request-data)  	  response-buffer) | 
