mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +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:
@@ -748,7 +748,7 @@ int app_main(int argc, char * argv[])
|
||||
if (option_load(configFile))
|
||||
DEBUG_INFO("Configuration file loaded");
|
||||
else
|
||||
DEBUG_INFO("Configuration file not found or invalid");
|
||||
DEBUG_INFO("Configuration file not found or invalid, continuing anyway...");
|
||||
|
||||
// parse the command line arguments
|
||||
if (!option_parse(argc, argv))
|
||||
|
Reference in New Issue
Block a user