fix trace print of tkmap_instance address

Fix the trace to contain a print of the address of the tkamp_instance
(along with the instance id), rather than the address of the stack
variable pointing to the tkmap_instance.

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2019-04-07 17:30:32 +02:00 committed by eboasson
parent 6f35d88d54
commit 58c0cb2317

View file

@ -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;
}