From e3fd89502d809baf80a7dda6ec5c21d785e4bbbb Mon Sep 17 00:00:00 2001 From: butterscotchstallion Date: Sat, 17 Oct 2015 20:44:08 -0400 Subject: [PATCH] Fixes #64 - Sets priority for this message to DEBUG, as it's only really useful for that. --- plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin.py b/plugin.py index befabfd..f9dc133 100644 --- a/plugin.py +++ b/plugin.py @@ -330,9 +330,9 @@ class SpiffyTitles(callbacks.Plugin): irc.sendMsg(ircmsgs.privmsg(channel, title)) else: if self.default_handler_enabled: - self.log.error("SpiffyTitles: could not get a title for %s" % (url)) - else: - self.log.error("SpiffyTitles: could not get a title for %s but default handler is disabled" % (url)) + self.log.debug("SpiffyTitles: could not get a title for %s" % (url)) + else: + self.log.debug("SpiffyTitles: could not get a title for %s but default handler is disabled" % (url)) def get_title_by_url(self, url): """