fix logging typo

This commit is contained in:
Martijn Voncken 2008-07-16 17:08:49 +00:00
parent aaad0651e2
commit 32e3481ef1
1 changed files with 1 additions and 1 deletions

View File

@ -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)