mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Added an additional logging message.
This commit is contained in:
parent
a5bfb61471
commit
e989cd4bc1
@ -125,6 +125,7 @@ class RSS(callbacks.Privmsg, configurable.Mixin):
|
||||
wait = self.globalConfigurables.get('wait-period')
|
||||
if url not in self.lastRequest or now - self.lastRequest[url] > wait:
|
||||
try:
|
||||
self.log.info('Downloading new feed from %s', url)
|
||||
results = rssparser.parse(url)
|
||||
except sgmllib.SGMLParseError:
|
||||
self.log.exception('Uncaught exception from rssparser:')
|
||||
|
Loading…
Reference in New Issue
Block a user