Skip to content

Commit

Permalink
Fix another log
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jun 1, 2023
1 parent 5241efb commit b3aa7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mautrix_twitter/portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3aa7e5

Please sign in to comment.