Accepted Grantbow's suggestion.

This commit is contained in:
Jeremy Fincher 2004-08-30 03:33:46 +00:00
parent a7379fe538
commit 70a9fdb6b6
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class RSS(callbacks.Privmsg):
self.acquireLock(url)
if self.willGetNewFeed(url):
try:
self.log.info('Downloading new feed from <%s>', url)
self.log.debug('Downloading new feed from <%s>', url)
results = rssparser.parse(url)
except sgmllib.SGMLParseError:
self.log.exception('Uncaught exception from rssparser:')