Skip to content

Commit

Permalink
#1265: tests: improve debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt committed Mar 24, 2021
1 parent 13c1df1 commit 4e68f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/collection/lb_tuning_driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ struct FileModel : ComposedModel {
convertReleaseStatsID(read_elm_id) : read_elm_id;
vt_debug_print(
gen, node,
"reading in loads for elm={}, converted_elm={}, phase={}\n",
read_elm_id, elm_id, phase
"reading in loads for elm={}, converted_elm={}, phase={}, load={}\n",
read_elm_id, elm_id, phase, load
);
loads_by_obj_[elm_id][phase] = load;
if (phase == initial_phase_)
Expand Down

0 comments on commit 4e68f51

Please sign in to comment.