summaryrefslogtreecommitdiffstats
path: root/module/HookManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-07 20:11:16 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-01-07 20:11:16 +0100
commit1bb6ebf544b43cacf7c0755c5a8608b79b95e2d6 (patch)
treec09084a44bcde0528db1007c026ef2eb6a349c05 /module/HookManager.py
parentclosed #486 (diff)
downloadpyload-1bb6ebf544b43cacf7c0755c5a8608b79b95e2d6.tar.xz
MultiHoster plugin type, some fixes, new documentation structure
Diffstat (limited to 'module/HookManager.py')
-rw-r--r--module/HookManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/HookManager.py b/module/HookManager.py
index d0ceb89b2..51bc706ca 100644
--- a/module/HookManager.py
+++ b/module/HookManager.py
@@ -63,7 +63,7 @@ class HookManager:
func = getattr(hook, f)
return func(*args)
except Exception, e:
- plugin.logError(_("Error executing %s" % event), e)
+ hook.logError(_("Error when executing %s" % f), e)
if self.core.debug:
print_exc()