mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 06:47:19 +00:00
[host] app: clarify that config file not found is not fatal
This prevents users from thinking this is the problem they are facing.
This commit is contained in:
parent
fa6f1abaac
commit
f519904c38
@ -748,7 +748,7 @@ int app_main(int argc, char * argv[])
|
|||||||
if (option_load(configFile))
|
if (option_load(configFile))
|
||||||
DEBUG_INFO("Configuration file loaded");
|
DEBUG_INFO("Configuration file loaded");
|
||||||
else
|
else
|
||||||
DEBUG_INFO("Configuration file not found or invalid");
|
DEBUG_INFO("Configuration file not found or invalid, continuing anyway...");
|
||||||
|
|
||||||
// parse the command line arguments
|
// parse the command line arguments
|
||||||
if (!option_parse(argc, argv))
|
if (!option_parse(argc, argv))
|
||||||
|
Loading…
Reference in New Issue
Block a user