From 48692e94e89f147db1fbdc21d8dfcc547af1eaf4 Mon Sep 17 00:00:00 2001 From: GLolol Date: Sun, 21 Dec 2014 22:39:46 -0500 Subject: [PATCH] RelayLink: bugfix --- RelayLink/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RelayLink/plugin.py b/RelayLink/plugin.py index 60ce4fd..43546a0 100644 --- a/RelayLink/plugin.py +++ b/RelayLink/plugin.py @@ -352,7 +352,7 @@ class RelayLink(callbacks.Plugin): relay.targetNetwork) elif irc.isChannel(relay.targetChannel) and \ relay.targetChannel not in relay.targetIRC.state.channels: - self.log.debug('RelayLink: I\'m not in %s on %s'. + self.log.debug('RelayLink: I\'m not in %s on %s.', relay.targetChannel, relay.targetNetwork) else: if isPrivmsg or \