From ce77f2cbd42037935365e0e087a4bcdbbcb7bf74 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 7 May 2017 17:11:51 -0700 Subject: [PATCH] ServiceBot: minor fix of logging syntax --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.py b/utils.py index 9181c97..b9a872a 100644 --- a/utils.py +++ b/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: