From 5808282e10117332ce97911bac48a4a142d42f28 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 6 Nov 2014 04:51:45 +0100 Subject: Tiny code cosmetics to fix previous ones --- 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 a74c01ec0..ae8333c0e 100644 --- a/module/plugins/PluginManager.py +++ b/module/plugins/PluginManager.py @@ -314,7 +314,7 @@ class PluginManager: """ reloads and reindexes plugins """ if not type_plugins: return False - self.log.debug("Request reload of plugins: %s" % ", ".join(type_plugins)) + self.log.debug("Request reload of plugins: %s" % type_plugins) as_dict = {} for t,n in type_plugins: -- cgit v1.2.3