From 30f60543b33a426b55d23e4ef512457d6b86aa89 Mon Sep 17 00:00:00 2001 From: Jonathan Lifflander Date: Wed, 25 Jan 2023 13:43:43 -0800 Subject: [PATCH] #1983: location: fix typo --- src/vt/topos/location/location.impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vt/topos/location/location.impl.h b/src/vt/topos/location/location.impl.h index 476a6aaaa8..7ffeaa7efa 100644 --- a/src/vt/topos/location/location.impl.h +++ b/src/vt/topos/location/location.impl.h @@ -719,7 +719,7 @@ void EntityLocationCoord::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