diff -r 7cf44a5c0991 -r 05d209ef9661 core/componentmanager.lua --- a/core/componentmanager.lua Sat May 02 17:03:48 2009 +0100 +++ b/core/componentmanager.lua Sun May 03 01:11:21 2009 +0100 @@ -44,7 +44,7 @@ end end - +local components_loaded_once; function load_enabled_components(config) local defined_hosts = config or configmanager.getconfig(); @@ -56,7 +56,7 @@ if not ok then log("error", "Error loading %s component %s: %s", tostring(host_config.core.component_module), tostring(host), tostring(err)); else - log("info", "Activated %s component: %s", host_config.core.component_module, host); + log("debug", "Activated %s component: %s", host_config.core.component_module, host); end end end