aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2015-11-19 20:59:21 +0000
committerRyan Huber <rhuber@gmail.com>2015-11-19 20:59:21 +0000
commit3dce98e2b3ca0b86762da2abd23c6eb633800372 (patch)
treea00783dc39656018937fd589dec1ce8106303224 /wee_slack.py
parent892523d42b1ed2e37f13c56b5e96428b761e4c6b (diff)
downloadwee-slack-3dce98e2b3ca0b86762da2abd23c6eb633800372.tar.gz
more debugging info for failed curl requests
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 03e1b27..b759bcc 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1875,7 +1875,7 @@ def url_processor_cb(data, command, return_code, out, err):
else:
if return_code != -1:
big_data.pop(identifier, None)
- dbg("return code: {}, data: {}".format(return_code, data))
+ dbg("return code: {}, data: {}, output: {}, error: {}".format(return_code, data, out, err))
return w.WEECHAT_RC_OK