mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
fix logging typo
This commit is contained in:
parent
aaad0651e2
commit
32e3481ef1
@ -135,7 +135,7 @@ class PluginManager(pluginmanagerbase.PluginManagerBase,
|
||||
def start(self):
|
||||
"""Start the plugin manager"""
|
||||
# Update the enabled_plugins from the core
|
||||
log.debug("start pl-manager")
|
||||
log.debug("start webui plugin manager")
|
||||
aclient.get_enabled_plugins(self._on_get_enabled_plugins)
|
||||
aclient.force_call(block=True)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user