chore(logging): change config file error to info

This commit is contained in:
Alias Gram 2022-04-18 09:44:20 +02:00 committed by Simon Ser
parent 6cec421f92
commit 657b9edad5
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ void init_config(char ** const configfile, struct xdpw_config *config) {
default_config(config);
if (*configfile == NULL) {
logprint(ERROR, "config: no config file found");
logprint(INFO, "config: no config file found, using the default config");
return;
}
if (ini_parse(*configfile, handle_ini_config, config) < 0) {