Skip to content

Commit

Permalink
#708: Fix typo in printed output
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and lifflander committed Jul 15, 2020
1 parent 0b12b4e commit cdabe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/lb_invoke/invoke.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void LBManager::releaseNow(PhaseType phase) {
if (this_node == 0) {
vt_print(
lb,
"LBManaager::releaseNow: finished LB, phase={}, invocations={}\n",
"LBManager::releaseNow: finished LB, phase={}, invocations={}\n",
phase, num_invocations_
);
}
Expand Down

0 comments on commit cdabe95

Please sign in to comment.