summaryrefslogtreecommitdiffstats
path: root/module/PluginManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/PluginManager.py')
-rw-r--r--module/PluginManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/PluginManager.py b/module/PluginManager.py
index ab7245db2..e7a00a835 100644
--- a/module/PluginManager.py
+++ b/module/PluginManager.py
@@ -84,7 +84,7 @@ class PluginManager():
self.accountPlugins = self.parse(_("Account"), "accounts", create=True)
self.hookPlugins = self.parse(_("Hook"), "hooks")
- self.log.info(_("created index of plugins"))
+ self.log.debug(_("created index of plugins"))
def parse(self, typ, folder, create=False, pattern=False, home={}):
"""