mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
relay: fix logging syntax
This commit is contained in:
parent
561af2e037
commit
a39f9bbddc
@ -715,7 +715,7 @@ def handle_messages(irc, numeric, command, args):
|
|||||||
numeric = irc.pseudoclient.uid
|
numeric = irc.pseudoclient.uid
|
||||||
elif numeric not in irc.users:
|
elif numeric not in irc.users:
|
||||||
# Sender didn't pass the check above, AND isn't a user.
|
# Sender didn't pass the check above, AND isn't a user.
|
||||||
log.debug('(%s) relay: Unknown message sender %s.', numeric)
|
log.debug('(%s) relay: Unknown message sender %s.', irc.name, numeric)
|
||||||
return
|
return
|
||||||
relay = getRelay((irc.name, target))
|
relay = getRelay((irc.name, target))
|
||||||
remoteusers = relayusers[(irc.name, numeric)]
|
remoteusers = relayusers[(irc.name, numeric)]
|
||||||
|
Loading…
Reference in New Issue
Block a user