diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-13 01:01:41 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-13 01:01:41 +0100 |
commit | 71c9121e0479db4ac1cb34ac4b4881e9b291772c (patch) | |
tree | cb29b0cd4c89a491cb628e7d951e259aea1fdc17 /module/HookManager.py | |
parent | [PluginManager] Fix parseUrls routine + code cosmetics (diff) | |
download | pyload-71c9121e0479db4ac1cb34ac4b4881e9b291772c.tar.xz |
Spare code cosmetics
Diffstat (limited to 'module/HookManager.py')
-rw-r--r-- | module/HookManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/HookManager.py b/module/HookManager.py index cfc3b2923..e4b9a33a0 100644 --- a/module/HookManager.py +++ b/module/HookManager.py @@ -141,8 +141,8 @@ class HookManager: if self.core.debug: traceback.print_exc() - self.log.info(_("Activated plugins: %s") % ", ".join(sorted(active))) - self.log.info(_("Deactivate plugins: %s") % ", ".join(sorted(deactive))) + self.log.info(_("Activated addons: %s") % ", ".join(sorted(active))) + self.log.info(_("Deactivated addons: %s") % ", ".join(sorted(deactive))) self.plugins = plugins |