Replace library print()'s with calls to _logger

This commit is contained in:
Lonami Exo
2017-05-30 10:24:08 +02:00
parent fb4885aed0
commit 0b9d76bda1
2 changed files with 5 additions and 4 deletions

View File

@@ -246,7 +246,7 @@ class MtProtoSender:
return False
print('Unknown message: {}'.format(hex(code)))
self._logger.warning('Unknown message: {}'.format(hex(code)))
return False
# endregion