X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bdfe4f8674f98efbf2d67ad854ef83a1d5f855ed..bb22ab14fa224bfbb4b4bd4ce95dd19717296976:/examples/msg/actions/actions.c diff --git a/examples/msg/actions/actions.c b/examples/msg/actions/actions.c index 91d63eef52..edb903788e 100644 --- a/examples/msg/actions/actions.c +++ b/examples/msg/actions/actions.c @@ -108,7 +108,7 @@ static void action_send(const char *const *action) sprintf(to, "%s_%s", MSG_process_get_name(MSG_process_self()), action[2]); - ACT_DEBUG("Entering Send: %s (size: %lg)", NAME, size); + ACT_DEBUG("Entering Send: %s (size: %g)", NAME, size); if (size < 65536) { action_Isend(action); } else {