wip, towards target
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 1 Apr 2017 19:55:48 +0000 (20:55 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 1 Apr 2017 19:55:48 +0000 (20:55 +0100)
client

diff --git a/client b/client
index e0d6cf8..6402591 100755 (executable)
--- a/client
+++ b/client
@@ -97,6 +97,7 @@ def req_ok(req, resp):
   req_fin()
 
 def req_err(req, err):
+  log_debug(DBG.HTTP_CTRL, 'req_err ' + str(err), idof=req)
   print(err, file=sys.stderr)
   reactor.callLater(c.http_retry, req_fin)