diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-06 11:54:21 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-10-06 11:54:21 +0200 |
commit | ea3220f18a0127ae8424b9079f654fa188b96f21 (patch) | |
tree | 486e6b3bdbac8fcc6608feb79e229ff74f5ef7c8 /module/PluginManager.py | |
parent | general js api + pyv8 support (diff) | |
download | pyload-ea3220f18a0127ae8424b9079f654fa188b96f21.tar.xz |
closed #148
Diffstat (limited to 'module/PluginManager.py')
-rw-r--r-- | module/PluginManager.py | 2 |
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={}): """ |