Fix the log issue in config handler
The logged config file is not the parsed config file. Change-Id: I72257331f58811167d98a08b9032c51aa4b6681a Partial-Bug: #1835370 Signed-off-by: Tao Li <litao3721@126.com>
This commit is contained in:
parent
2cbb73f862
commit
c74d50c152
@ -381,7 +381,7 @@ int daemon_configure ( void )
|
||||
|
||||
if (ini_parse(MTCE_INI_FILE, hbs_config_handler, &hbs_config) < 0)
|
||||
{
|
||||
elog("Can't load '%s'\n", MTCE_CONF_FILE );
|
||||
elog("Can't load '%s'\n", MTCE_INI_FILE );
|
||||
return (FAIL_LOAD_INI);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user