fix logging typo

This commit is contained in:
Martijn Voncken 2008-07-16 17:08:49 +00:00
commit 32e3481ef1

View file

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