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 10e597e commit 0773976
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tools/tc_utils/tc_diag/tc_diag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -874,14 +874,14 @@ void process_track_points(const TrackInfoArray& tracks) {
// Loop over the unique valid times
for(i=0; i<valid_ta.n(); i++) {

mlog << Debug(2) << "Processing valid time: "
<< unix_to_yyyymmddhh(valid_ta[i]) << "\n";

// Loop over the domains to be processed
for(j=0; j<conf_info.domain_info.size(); j++) {

mlog << Debug(2) << "Processing domain name: "
<< conf_info.domain_info[j].domain << "\n";
mlog << Debug(2) << "Processing the \""
<< conf_info.domain_info[j].domain
<< "\" domain for the \""
<< unix_to_yyyymmddhh(valid_ta[i])
<< "\" valid time.\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 0773976

Please sign in to comment.