X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02643189e2cba3bd1101490285ac5a6f18487e37..9adb31255b20101096e6c7ac09e6641c3cb82557:/src/kernel/activity/CommImpl.cpp diff --git a/src/kernel/activity/CommImpl.cpp b/src/kernel/activity/CommImpl.cpp index 8b387602e6..b2a0f01e64 100644 --- a/src/kernel/activity/CommImpl.cpp +++ b/src/kernel/activity/CommImpl.cpp @@ -110,8 +110,8 @@ void simgrid::kernel::activity::CommImpl::post() } else state_ = SIMIX_DONE; - XBT_DEBUG("SIMIX_post_comm: comm %p, state %d, src_proc %p, dst_proc %p, detached: %d", this, (int)state_, src_proc, - dst_proc, detached); + XBT_DEBUG("SIMIX_post_comm: comm %p, state %d, src_proc %p, dst_proc %p, detached: %d", this, (int)state_, + src_proc.get(), dst_proc.get(), detached); /* destroy the surf actions associated with the Simix communication */ cleanupSurf();