mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-03 13:39:27 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue