mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 14:10:41 +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')
|
wait = self.globalConfigurables.get('wait-period')
|
||||||
if url not in self.lastRequest or now - self.lastRequest[url] > wait:
|
if url not in self.lastRequest or now - self.lastRequest[url] > wait:
|
||||||
try:
|
try:
|
||||||
|
self.log.info('Downloading new feed from %s', url)
|
||||||
results = rssparser.parse(url)
|
results = rssparser.parse(url)
|
||||||
except sgmllib.SGMLParseError:
|
except sgmllib.SGMLParseError:
|
||||||
self.log.exception('Uncaught exception from rssparser:')
|
self.log.exception('Uncaught exception from rssparser:')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user