log errors better

This commit is contained in:
Brian Warner 2017-03-08 08:45:33 +01:00
parent 7c18fb81dd
commit 921228a702

View File

@ -175,6 +175,7 @@ class RendezvousConnector(object):
try:
return meth(msg)
except Exception as e:
log.err(e)
self._B.error(e)
raise