mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 13:09:23 +01:00
relay: fix logging format in spawnRelayUser error
This commit is contained in:
parent
44743d860e
commit
b0bd5d47ae
@ -352,7 +352,7 @@ def spawnRelayUser(irc, remoteirc, user, times_tagged=0):
|
||||
rsid = getRemoteSid(remoteirc, irc)
|
||||
if not rsid:
|
||||
log.error('(%s) spawnRelayUser: aborting user spawn for %s/%s @ %s (failed to retrieve a '
|
||||
'working SID).', irc, user, nick, remoteirc.name)
|
||||
'working SID).', irc.name, user, nick, remoteirc.name)
|
||||
return
|
||||
try:
|
||||
showRealIP = conf.conf['relay']['show_ips'] and not \
|
||||
|
Loading…
Reference in New Issue
Block a user