Fixes #64 - Sets priority for this message to DEBUG, as it's only really

useful for that.
This commit is contained in:
butterscotchstallion 2015-10-17 20:44:08 -04:00
parent cdbf7932e1
commit e3fd89502d
1 changed files with 3 additions and 3 deletions

View File

@ -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):
"""