mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-22 18:14:41 +01:00
Added an info-level log.
This commit is contained in:
parent
eca707912a
commit
00b7a097cb
@ -145,7 +145,7 @@ class RSS(callbacks.Privmsg):
|
||||
t = threading.Thread(target=self._newHeadlines,
|
||||
name='Fetching <%s>' % url,
|
||||
args=(irc, channels, name, url))
|
||||
self.log.debug('Spawning thread to fetch <%s>', url)
|
||||
self.log.info('Checking for announcements at <%s>', url)
|
||||
world.threadsSpawned += 1
|
||||
t.setDaemon(True)
|
||||
t.start()
|
||||
|
Loading…
Reference in New Issue
Block a user