From 84402b1194e99327c75c8762f4754802ca140e6a Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 2 Dec 2011 11:23:08 +0100 Subject: closed #441 --- module/plugins/PluginManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/PluginManager.py') diff --git a/module/plugins/PluginManager.py b/module/plugins/PluginManager.py index 09d5f58e7..f3f5f47bc 100644 --- a/module/plugins/PluginManager.py +++ b/module/plugins/PluginManager.py @@ -326,7 +326,7 @@ class PluginManager: """ reloads and reindexes plugins """ if not type_plugins: return False - self.log.debug("Reload plugins: %s" % type_plugins) + self.log.debug("Request reload of plugins: %s" % type_plugins) as_dict = {} for t,n in type_plugins: -- cgit v1.2.3