Make timeout logging message debug to scare people less

This commit is contained in:
Lonami Exo 2018-01-25 18:44:21 +01:00
parent 4a83784fe8
commit 5c2dfc17a8

View File

@ -658,7 +658,7 @@ class TelegramBareClient:
self._sender.receive(update_state=self.updates) self._sender.receive(update_state=self.updates)
except TimeoutError: except TimeoutError:
# No problem # No problem
__log__.info('Receiving items from the network timed out') __log__.debug('Receiving items from the network timed out')
except ConnectionResetError: except ConnectionResetError:
if self._user_connected: if self._user_connected:
__log__.error('Connection was reset while receiving ' __log__.error('Connection was reset while receiving '