Skip to content

Commit

Permalink
#1983: location: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jan 25, 2023
1 parent 1b6d0d8 commit 30f6054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/topos/location/location.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ void EntityLocationCoord<EntityID>::routePreparedMsg(
vt_debug_print(
verbose, location,
"routeMsg: inst={}, home={}, msg_size={}, is_large_msg={}, eager={}, "
"msg{}, msg from={}, epoch={:x}\n",
"msg={}, from={}, epoch={:x}\n",
this_inst, msg->getHomeNode(), msg_size, msg_size > small_msg_max_size, use_eager,
print_ptr(msg.get()), msg->getLocFromNode(),
epoch
Expand Down

0 comments on commit 30f6054

Please sign in to comment.