mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-25 09:50:39 +01:00
relay: demote "PM from server" warnings to debug
InspIRCd's m_chanlog.so sends these on purpose, so it's best not to warn about this "feature" endlessly...
This commit is contained in:
parent
b2643a0ac8
commit
89f9b46ec0
@ -1050,8 +1050,8 @@ def handle_messages(irc, numeric, command, args):
|
|||||||
# but whatever).
|
# but whatever).
|
||||||
return
|
return
|
||||||
elif (numeric in irc.servers) and (not notice):
|
elif (numeric in irc.servers) and (not notice):
|
||||||
log.warning('(%s) relay.handle_messages: dropping PM from server %s to %s',
|
log.debug('(%s) relay.handle_messages: dropping PM from server %s to %s',
|
||||||
irc.name, numeric, target)
|
irc.name, numeric, target)
|
||||||
return
|
return
|
||||||
|
|
||||||
relay = get_relay((irc.name, target))
|
relay = get_relay((irc.name, target))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user