mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-01 07:04:06 +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 \
|
if msg in self.msgs and \
|
||||||
not conf.supybot.protocols.irc.queueDuplicateMessages():
|
not conf.supybot.protocols.irc.queueDuplicateMessages():
|
||||||
s = str(msg).strip()
|
s = str(msg).strip()
|
||||||
log.warning('Not adding message %s to queue, already added.',
|
log.info('Not adding message %s to queue, already added.',
|
||||||
utils.quoted(s))
|
utils.quoted(s))
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
self.msgs.add(msg)
|
self.msgs.add(msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user