mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-20 00:54:45 +01:00
Changed a warning log to info.
This commit is contained in:
parent
e793bf7812
commit
265d620a0e
@ -172,8 +172,8 @@ class IrcMsgQueue(object):
|
||||
if msg in self.msgs and \
|
||||
not conf.supybot.protocols.irc.queueDuplicateMessages():
|
||||
s = str(msg).strip()
|
||||
log.warning('Not adding message %s to queue, already added.',
|
||||
utils.quoted(s))
|
||||
log.info('Not adding message %s to queue, already added.',
|
||||
utils.quoted(s))
|
||||
return False
|
||||
else:
|
||||
self.msgs.add(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user