mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
ServiceBot: minor fix of logging syntax
This commit is contained in:
parent
24b5fd92ef
commit
ce77f2cbd4
2
utils.py
2
utils.py
@ -277,7 +277,7 @@ class ServiceBot():
|
||||
try:
|
||||
irc = world.networkobjects[netname]
|
||||
except KeyError:
|
||||
log.debug('(%s/%s) Skipping join(), IRC object not initialized yet', irc, self.name)
|
||||
log.debug('(%s/%s) Skipping join(), IRC object not initialized yet', irc.name, self.name)
|
||||
return
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user