This commit is contained in:
Brendan Abolivier 2019-09-27 15:21:03 +01:00
parent 0804a27c8c
commit 873fe7883c
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD
2 changed files with 2 additions and 10 deletions

View file

@ -156,9 +156,7 @@ class DeactivateAccountHandler(BaseHandler):
require_consent=False,
)
logger.info(
"Rejected invite for user %r in room %r",
user_id,
room.room_id,
"Rejected invite for user %r in room %r", user_id, room.room_id
)
except Exception:
logger.exception(