Skip to content

Commit

Permalink
minor change: log run name if specified
Browse files Browse the repository at this point in the history
  • Loading branch information
amc1999 committed Jun 8, 2019
1 parent 468412d commit dcc467c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openm/libopenm/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ int main(int argc, char ** argv)
childExchangeOrSleep(OM_WAIT_SLEEP_TIME, runCtrl.get()); // exchange between root and child processes and threads, if any, or sleep
continue; // no input: completed or waiting for additional input
}
theLog->logFormatted("Run: %d", runId);
theLog->logFormatted("Run: %d %s", runId, argOpts.strOption(RunOptionsKey::runName).c_str());

// initialize model run: read input parameters
RunInitHandler(runCtrl.get());
Expand Down

0 comments on commit dcc467c

Please sign in to comment.