diff --git a/src/Owner.py b/src/Owner.py index 55a0a6509..38c52fc08 100644 --- a/src/Owner.py +++ b/src/Owner.py @@ -202,7 +202,7 @@ class Owner(privmsgs.CapabilityCheckingPrivmsg): def inFilter(self, irc, msg): if msg.command == 'PRIVMSG' and msg.nick == irc.nick: - self.log.warning('Somehow sent a message to myself, ignoring.') + self.log.warning('Somehow sent a message to myself: %r.', msg) return None return msg