X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0bb15d22417c0691dafb9e369eea3564e0cfae7b..f25af1e2829458e33a3a0b74c75865c89dff5f9e:/examples/gras/replay/replay.c diff --git a/examples/gras/replay/replay.c b/examples/gras/replay/replay.c index e47c1baac4..f915360295 100644 --- a/examples/gras/replay/replay.c +++ b/examples/gras/replay/replay.c @@ -185,8 +185,7 @@ static void do_command(int rank, void *c) XBT_INFO("Done receiving %.f bytes from %s", cmd->d_arg, cmd->str_arg); } else { - xbt_die(bprintf - ("unknown command: %s", xbt_workload_elm_to_string(cmd))); + xbt_die("unknown command: %s", xbt_workload_elm_to_string(cmd)); } }