diff options
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]: |