chore: add logging event name

This commit is contained in:
Oleg A 2022-09-21 11:35:33 +03:00
parent 49201ef6f2
commit 8f7baffdd3
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -92,8 +92,9 @@ class ChatActionSender:
await self._wait(interval)
finally:
logger.debug(
"Finished chat action %r sender in chat_id=%s via bot id=%d",
"Finished chat action %r sender %s in chat_id=%s via bot id=%d",
self.action,
event_name,
self.chat_id,
self.bot.id,
)