Skip to content

Commit 281c9ae

Browse files
committed
log config file
1 parent 2f4ed4f commit 281c9ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Software/LMSourceCode/ImageProcessing/lm_main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,8 @@ int main(int argc, char *argv[])
15631563
config_file_name = GolfSimOptions::GetCommandLineOptions().config_file_;
15641564
}
15651565

1566+
GS_LOG_MSG(info, "Loading configuration from: " + config_file_name);
1567+
15661568
if (!GolfSimConfiguration::Initialize(config_file_name)) {
15671569
GS_LOG_MSG(error, "Could not initialize configuration module using config file: " + config_file_name + ". Exiting.");
15681570
return 0;

0 commit comments

Comments
 (0)