diff --git a/reactbot/bot.py b/reactbot/bot.py index b893110..5868dda 100644 --- a/reactbot/bot.py +++ b/reactbot/bot.py @@ -101,5 +101,5 @@ class ReactBot(Plugin): try: await rule.execute(evt, match) except Exception: - self.log.exception(f"Failed to execute {name}") + self.log.exception(f"Failed to execute {name} in {evt.room_id}") return