Skip to content

Commit

Permalink
#1899: active: fix debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander authored and cz4rs committed Sep 28, 2022
1 parent 3855d08 commit 07842af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/vt/messaging/active.cc
Original file line number Diff line number Diff line change
Expand Up @@ -950,10 +950,8 @@ void ActiveMessenger::prepareActiveMsgToRun(
if (!is_term || vt_check_enabled(print_term_msgs)) {
vt_debug_print(
normal, active,
"prepareActiveMsgToRun: msg={}, handler={:x}"
"is_obj_group={}, has_handler={}, insert={}\n",
print_ptr(msg), handler, is_obj,
has_handler, insert
"prepareActiveMsgToRun: msg={}, handler={:x}, insert={}\n",
print_ptr(msg), handler, insert
);
}

Expand Down

0 comments on commit 07842af

Please sign in to comment.