Matrix2051: Remove unformatted argument (#107)

This commit is contained in:
Val Lorentz 2022-12-03 11:01:08 +01:00 committed by GitHub
parent 9f6e6bff96
commit 4e132d708c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ class Matrix2051(callbacks.Plugin):
new_msg = ircmsgs.IrcMsg(args=(dmroom, *msg.args[1:]), msg=msg) new_msg = ircmsgs.IrcMsg(args=(dmroom, *msg.args[1:]), msg=msg)
return new_msg return new_msg
self.log.warning("Matrix2051: attempted to send message to %s but " self.log.warning("Matrix2051: attempted to send message to %s but "
"could not find a suitable room", target, dmroom) "could not find a suitable room", target)
return msg return msg