This commit is contained in:
Arata Notsu 2015-08-27 21:58:37 +00:00
commit a1d1bbc668
1 changed files with 1 additions and 0 deletions

View File

@ -1047,6 +1047,7 @@ class WebSocketServer(object):
self.msg("In exit")
break
except Exception:
_, exc, _ = sys.exc_info()
self.msg("handler exception: %s", str(exc))
self.vmsg("exception", exc_info=True)