From 2220e31578771cf30d1ba73cab4d6de2dc3d0fa2 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Sun, 1 Dec 2019 06:54:42 -0500 Subject: [PATCH] update debug text --- Markovgen/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Markovgen/plugin.py b/Markovgen/plugin.py index 7f1f781..0dcdaa8 100644 --- a/Markovgen/plugin.py +++ b/Markovgen/plugin.py @@ -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: \ No newline at end of file +# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79: