diff --git a/src/core/ddsi/src/ddsi_tkmap.c b/src/core/ddsi/src/ddsi_tkmap.c index fbc6094..0d1c6bd 100644 --- a/src/core/ddsi/src/ddsi_tkmap.c +++ b/src/core/ddsi/src/ddsi_tkmap.c @@ -203,7 +203,7 @@ retry: if (tk && rd) { - DDS_TRACE("tk=%p iid=%"PRIx64" ", (void *) &tk, tk->m_iid); + DDS_TRACE("tk=%p iid=%"PRIx64" ", (void *) tk, tk->m_iid); } return tk; }