Skip to content

Commit

Permalink
#251 termination: add debug print in the epoch windowing
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander authored and PhilMiller committed Jan 18, 2019
1 parent b946c1d commit 8311734
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vt/termination/term_window.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ void EpochWindow::initialize(EpochType const& epoch) {
*/
epoch::EpochManip::setSeq(arch_epoch,0);
archetype_epoch_ = arch_epoch;
debug_print(
term, node,
"initialize window: epoch={:x}, archetype epoch={:x}\n",
epoch, archetype_epoch_
);
initialized_ = true;
}
} else {
Expand Down

0 comments on commit 8311734

Please sign in to comment.