Accepted Grantbow's suggestion.

This commit is contained in:
Jeremy Fincher 2004-08-30 04:13:31 +00:00
parent 70a9fdb6b6
commit 86106460d6

View File

@ -134,7 +134,7 @@ class RSS(callbacks.Privmsg):
t = threading.Thread(target=self._newHeadlines,
name='Fetching <%s>' % url,
args=(irc, channels, name, url))
self.log.info('Spawning thread to fetch <%s>', url)
self.log.debug('Spawning thread to fetch <%s>', url)
world.threadsSpawned += 1
t.setDaemon(True)
t.start()