mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-26 04:32:51 +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:
|
try:
|
||||||
irc = world.networkobjects[netname]
|
irc = world.networkobjects[netname]
|
||||||
except KeyError:
|
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
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user