update debug text

This commit is contained in:
Gordon Shumway 2019-12-01 06:54:42 -05:00 committed by GitHub
parent 9d06b84cb7
commit 2220e31578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ class Markovgen(callbacks.Plugin):
if pattern:
match = re.search(pattern, message)
if match:
log.debug("Markovgen: title %s matches ignorePattern for %s" %
log.debug("Markovgen: message %s matches ignorePattern for %s" %
(input, channel))
return
m = self._get_markov(irc, channel)
@ -232,4 +232,4 @@ class Markovgen(callbacks.Plugin):
Class = Markovgen
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: