diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-12-14 15:16:05 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-12-14 15:16:05 -0500 |
commit | 33761234843f1c24c57b80db7f4c87dad82d3a53 (patch) | |
tree | e4a43f4b72e97a595614e016cce280033c313a4c | |
parent | 50eba43bf041d8c524f964fcaadac2feb3c557b5 (diff) |
* rt-liberation-rest.el: better user interaction
-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 57aff8d..a7eb076 100644 --- a/rt-liberation-rest.el +++ b/rt-liberation-rest.el @@ -150,6 +150,7 @@ (buffer-substring-no-properties (point-min) (point-max))) 'utf-8)) + (message "done") (rt-liber-rest-write-debug (format "outgoing rest call -->\n%s\n<-- incoming\n%s\n" url str)) str))) |