diff --git a/pyrogram/__init__.py b/pyrogram/__init__.py index 2c838f97..c0c7b219 100644 --- a/pyrogram/__init__.py +++ b/pyrogram/__init__.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with Pyrogram. If not, see . -__version__ = "1.2.8" +__version__ = "1.2.9" __license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)" __copyright__ = "Copyright (C) 2017-2021 Dan " diff --git a/pyrogram/syncer.py b/pyrogram/syncer.py index 93fb59f2..dbd8dc64 100644 --- a/pyrogram/syncer.py +++ b/pyrogram/syncer.py @@ -85,4 +85,4 @@ class Syncer: except Exception as e: log.critical(e, exc_info=True) else: - log.info(f'Synced "{client.storage.name}" in {(time.time() - start) * 1000:.6} ms') + log.debug(f'Synced "{client.storage.name}" in {(time.time() - start) * 1000:.6} ms')