diff --git a/tickethelpers.py b/tickethelpers.py index e70665b..4cdda78 100644 --- a/tickethelpers.py +++ b/tickethelpers.py @@ -179,7 +179,7 @@ def doPrivmsg(self, tgt, msg): if self._do_log(tgt): log.debug("[%s] matches: %s"%(self.name, matches)) if len(matches) >= 4: - log.debug("[%s] skipping because too many matches (%d)"%(len(matches),)) + log.debug("[%s] skipping because too many matches (%d)"%(self.name, len(matches))) return for m in matches: if (tgt,m) in self.lastSent and \