From 29b39ec6020ec8be623687f03bdf48172a612a66 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 6 Nov 2014 04:32:37 +0100 Subject: Code cosmetics --- 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 ae8333c0e..a74c01ec0 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" % type_plugins) + self.log.debug("Request reload of plugins: %s" % ", ".join(type_plugins)) as_dict = {} for t,n in type_plugins: -- cgit v1.2.3