Skip to content

Commit

Permalink
#1899: TD: make testEpochTerminated print verbose (mis-marked)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Sep 27, 2022
1 parent aba1bbc commit ba19bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/termination/termination.cc
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ TermStatusEnum TerminationDetector::testEpochTerminated(EpochType epoch) {
}

vt_debug_print(
normal, term,
verbose, term,
"testEpochTerminated: epoch={:x}, pending={}, terminated={}, remote={}\n",
epoch, status == TermStatusEnum::Pending, status == TermStatusEnum::Terminated,
status == TermStatusEnum::Remote
Expand Down

0 comments on commit ba19bad

Please sign in to comment.