We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4ed4f commit 281c9aeCopy full SHA for 281c9ae
Software/LMSourceCode/ImageProcessing/lm_main.cpp
@@ -1563,6 +1563,8 @@ int main(int argc, char *argv[])
1563
config_file_name = GolfSimOptions::GetCommandLineOptions().config_file_;
1564
}
1565
1566
+ GS_LOG_MSG(info, "Loading configuration from: " + config_file_name);
1567
+
1568
if (!GolfSimConfiguration::Initialize(config_file_name)) {
1569
GS_LOG_MSG(error, "Could not initialize configuration module using config file: " + config_file_name + ". Exiting.");
1570
return 0;
0 commit comments