From 71f88caa6bd1e1c955f2a777165c13dc8d831937 Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Tue, 27 Apr 2010 15:28:09 -0400 Subject: [PATCH] Clarify the on-error log message in MessageParser function caller. --- plugins/MessageParser/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MessageParser/plugin.py b/plugins/MessageParser/plugin.py index c7e13d19b..7995e1677 100644 --- a/plugins/MessageParser/plugin.py +++ b/plugins/MessageParser/plugin.py @@ -121,7 +121,7 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler): try: self.Proxy(irc.irc, msg, tokens) except Exception, e: - log.exception('Uncaught exception in scheduled function:') + log.exception('Uncaught exception in function called by MessageParser:') def _checkManageCapabilities(self, irc, msg, channel): """Check if the user has any of the required capabilities to manage