Skip to content

Commit

Permalink
Per #2003, this change is unrelated but was requested by John Opatz. …
Browse files Browse the repository at this point in the history
…Tweaking a PB2NC log message to clarify that the reported time range is the input observation timestamps.
  • Loading branch information
JohnHalleyGotway committed Jan 31, 2022
1 parent c3e2703 commit edcdfd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions met/src/tools/other/pb2nc/pb2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1968,8 +1968,9 @@ void process_pbfile(int i_pb) {
<< "\ttime range: " << start_time_str << " and " << end_time_str << ".\n";
}
else {
mlog << Debug(1) << "Obs time between " << unix_to_yyyymmdd_hhmmss(min_msg_ut)
<< " and " << unix_to_yyyymmdd_hhmmss(max_msg_ut) << "\n";
mlog << Debug(2) << "Finished processing input observations between "
<< unix_to_yyyymmdd_hhmmss(min_msg_ut) << " and "
<< unix_to_yyyymmdd_hhmmss(max_msg_ut) << ".\n";

int debug_level = 5;
if(mlog.verbosity_level() >= debug_level) {
Expand Down

0 comments on commit edcdfd2

Please sign in to comment.