reduce log level of config system startup message
This commit is contained in:
parent
d953d4e6af
commit
3ef3886395
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ namespace lumiera {
|
|||
{
|
||||
string extendedConfigSearchPath = AppState::instance().fetchSetupValue (KEY_CONFIG_PATH);
|
||||
lumiera_config_init (cStr(extendedConfigSearchPath));
|
||||
INFO (config, "Config system ready.");
|
||||
TRACE (config, "Config system ready.");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue