3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

ServiceBot: minor fix of logging syntax

This commit is contained in:
James Lu 2017-05-07 17:11:51 -07:00
parent 24b5fd92ef
commit ce77f2cbd4

View File

@ -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: