mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 16:09:24 +01:00
Changed from INFO to DEBUG the 'Not snarfing' messages.
This commit is contained in:
parent
edecd51fc1
commit
d28ddf718e
@ -188,7 +188,7 @@ def urlSnarfer(f):
|
|||||||
url = match.group(0)
|
url = match.group(0)
|
||||||
for (qUrl, target, when) in _snarfed:
|
for (qUrl, target, when) in _snarfed:
|
||||||
if url == qUrl and target == channel and not world.testing:
|
if url == qUrl and target == channel and not world.testing:
|
||||||
self.log.info('Not snarfing %s from %r: in queue.',
|
self.log.debug('Not snarfing %s from %r: in queue.',
|
||||||
url, msg.prefix)
|
url, msg.prefix)
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user