branch: externals/rt-liberation
commit 0f650d05564b08fff0857fbf9ac2787f6f2a8c34
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>
* rt-liberation-rest.el: Write to debug if enabled.
---
rt-liberation-rest.el | 1 +
1 file changed, 1 insertion(+)
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)