From b3aa7e5b67ef401d121e3ce10054ee919dae2764 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 1 Jun 2023 16:18:13 +0300 Subject: [PATCH] Fix another log --- mautrix_twitter/portal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mautrix_twitter/portal.py b/mautrix_twitter/portal.py index 5edde6c..ab647bb 100644 --- a/mautrix_twitter/portal.py +++ b/mautrix_twitter/portal.py @@ -1103,7 +1103,7 @@ async def _batch_handle_backfill( (entry.id, "reaction", entry.message_id, entry.sender_id, entry.reaction_emoji) ) if len(events) == 0: - self.log.warn("No bridgeable messages in backfill batch") + self.log.warning("No bridgeable messages in backfill batch") return 0 intent = self.main_intent