log warning

This commit is contained in:
Jannes Höke 2015-11-24 19:33:41 +01:00
parent f49f592f0d
commit 8090658ab4

View file

@ -141,6 +141,7 @@ class Dispatcher:
# Dispatch any errors
except TelegramError as te:
self.logger.warn("Error was raised while processing Update.")
self.dispatchError(update, te)
self.logger.info('Dispatcher thread stopped')