mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Merge pull request #1091 from GLolol/better-logging
callbacks.py: log plugin name in registryValue='text' errors
This commit is contained in:
commit
59891f9b86
@ -1358,7 +1358,8 @@ class PluginMixin(BasePlugin, irclib.IrcCallback):
|
||||
if ircutils.isChannel(channel):
|
||||
group = group.get(channel)
|
||||
else:
|
||||
self.log.debug('registryValue got channel=%r', channel)
|
||||
self.log.debug('%s: registryValue got channel=%r', plugin,
|
||||
channel)
|
||||
if value:
|
||||
return group()
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user