X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0bb15d22417c0691dafb9e369eea3564e0cfae7b..f25af1e2829458e33a3a0b74c75865c89dff5f9e:/src/simix/smx_network.c diff --git a/src/simix/smx_network.c b/src/simix/smx_network.c index e6a26c6a41..0023ad9098 100644 --- a/src/simix/smx_network.c +++ b/src/simix/smx_network.c @@ -197,7 +197,8 @@ void SIMIX_comm_destroy(smx_action_t action) XBT_DEBUG("Destroy action %p (refcount:%d)", action, action->comm.refcount); if (action->comm.refcount <= 0) - xbt_die(bprintf("the refcount of comm %p is already 0 before decreasing it. That's a bug!",action)); + xbt_die("the refcount of comm %p is already 0 before decreasing it. " + "That's a bug!", action); action->comm.refcount--; if (action->comm.refcount > 0)