mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 10:28:39 +00:00
fix logging typo
This commit is contained in:
parent
aaad0651e2
commit
32e3481ef1
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class PluginManager(pluginmanagerbase.PluginManagerBase,
|
||||||
def start(self):
|
def start(self):
|
||||||
"""Start the plugin manager"""
|
"""Start the plugin manager"""
|
||||||
# Update the enabled_plugins from the core
|
# 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.get_enabled_plugins(self._on_get_enabled_plugins)
|
||||||
aclient.force_call(block=True)
|
aclient.force_call(block=True)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue