diff options
author | Yoni Rabkin <yrk@gnu.org> | 2015-05-06 14:36:03 -0400 |
---|---|---|
committer | Yoni Rabkin <yrk@gnu.org> | 2015-05-06 14:36:03 -0400 |
commit | 1e7f7205df1ceea65faa61d21dad453dd7a730ee (patch) | |
tree | f4fd16bc40fc0f7efefb8d09e3dbc1912f1db76d | |
parent | 0f650d05564b08fff0857fbf9ac2787f6f2a8c34 (diff) |
* rt-liberation-rest.el: Be more verbose.
-rw-r--r-- | rt-liberation-rest.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt-liberation-rest.el b/rt-liberation-rest.el index 61f0052..d2c8fce 100644 --- a/rt-liberation-rest.el +++ b/rt-liberation-rest.el @@ -128,7 +128,7 @@ (point-max)))) (rt-liber-rest-write-debug - (format "outgoing -->\n%s\n<-- incoming\n%s\n" url str)) + (format "outgoing rest call -->\n%s\n<-- incoming\n%s\n" url str)) str))) (defun rt-liber-rest-query-runner (op query-string) |