Skip to content

Commit

Permalink
Per #2168, tweak log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jun 1, 2023
1 parent 0773976 commit d84c8e8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/tools/tc_utils/tc_diag/tc_diag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -877,11 +877,10 @@ void process_track_points(const TrackInfoArray& tracks) {
// Loop over the domains to be processed
for(j=0; j<conf_info.domain_info.size(); j++) {

mlog << Debug(2) << "Processing the \""
mlog << Debug(2) << "Processing valid time "
<< unix_to_yyyymmddhh(valid_ta[i]) << " \""
<< conf_info.domain_info[j].domain
<< "\" domain for the \""
<< unix_to_yyyymmddhh(valid_ta[i])
<< "\" valid time.\n";
<< "\" domain.\n";

// Setup a temp file for this valid time in each track
for(k=0; k<tracks.n(); k++) {
Expand Down

0 comments on commit d84c8e8

Please sign in to comment.