main: Rephrase warning when optional configuration file is missing

This commit is contained in:
Marcel Holtmann 2018-01-29 02:24:52 -08:00
parent 47e6bdddf2
commit 64dcf11042
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ int main(int argc, char *argv[])
iwd_config = l_settings_new();
if (!l_settings_load_from_file(iwd_config, config_path))
l_warn("Failed to load configuration file %s", config_path);
l_warn("Skipping optional configuration file %s", config_path);
l_free(config_path);