Log room ID in errors
This commit is contained in:
parent
05e479bb88
commit
28d6b05913
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue