fix exception logging

This commit is contained in:
Jannes Höke 2016-01-04 01:32:00 +01:00
parent aa125e59fb
commit 623863cee1

View file

@ -187,7 +187,8 @@ class Dispatcher:
# All other errors should not stop the thread, just print them
except:
self.logger.exception()
self.logger.exception("An uncaught error was raised while "
"processing an update")
else:
self.__lock.release()
self.logger.info('Dispatcher thread stopped')