diff options
author | 2015-04-14 02:58:43 +0200 | |
---|---|---|
committer | 2015-04-14 02:58:43 +0200 | |
commit | bfe66d14090586ff79a1ccac0e37a5dad99c5601 (patch) | |
tree | f89a3b6038344aad70a8abdd178af6af89c9a5a3 /pyload/manager/Plugin.py | |
parent | Cleanup (2) (diff) | |
parent | fix: assignJob (diff) | |
download | pyload-bfe66d14090586ff79a1ccac0e37a5dad99c5601.tar.xz |
Merge pull request #4 from ardi69/0.4.10
fix: assignJob and typos (__name vs. __name__)
Diffstat (limited to 'pyload/manager/Plugin.py')
-rw-r--r-- | pyload/manager/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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]: |