From 93e8d96a612249bc5f6985740335306969b1a6d3 Mon Sep 17 00:00:00 2001 From: Armin Date: Mon, 13 Apr 2015 23:39:24 +0200 Subject: fix: assignJob fix: typos __name vs. __name__ --- pyload/manager/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/manager/Plugin.py') diff --git a/pyload/manager/Plugin.py b/pyload/manager/Plugin.py index 10abbc2ea..69a77fdf8 100644 --- a/pyload/manager/Plugin.py +++ b/pyload/manager/Plugin.py @@ -365,7 +365,7 @@ class PluginManager(object): for type in as_dict.iterkeys(): if type in ("addon", "internal"): # : do not reload them because would cause to much side effects - self.core.log.debug("Skipping reload for plugin: [%(type)s] %(name)s" % {'name': plugin, 'type': type}) + self.core.log.debug("Skipping reload for plugins from type: %(type)s" % {'type': type}) continue for plugin in as_dict[type]: -- cgit v1.2.3