mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
main: Rephrase warning when optional configuration file is missing
This commit is contained in:
parent
47e6bdddf2
commit
64dcf11042
@ -254,7 +254,7 @@ int main(int argc, char *argv[])
|
|||||||
iwd_config = l_settings_new();
|
iwd_config = l_settings_new();
|
||||||
|
|
||||||
if (!l_settings_load_from_file(iwd_config, config_path))
|
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);
|
l_free(config_path);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user