mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-03 05:04:33 +03:00
Make timeout logging message debug to scare people less
This commit is contained in:
parent
4a83784fe8
commit
5c2dfc17a8
|
@ -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 '
|
||||||
|
|
Loading…
Reference in New Issue
Block a user