This commit is contained in:
Maximilian Hils 2015-11-26 23:20:31 +01:00
parent 6a239526e5
commit a88004f1ce
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class ConnectionHandler(object):
)
self.log(repr(e), "debug")
else:
self.log(repr(e), "error")
self.log(repr(e), "info")
self.log(traceback.format_exc(), "debug")
# If an error propagates to the topmost level,