X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2aaa919aa7451546f9576b3a71fc41f896c24b31..8bfb777d7a5d8e8b9541cb80d9554878c8b895fb:/examples/msg/chainsend/common.c diff --git a/examples/msg/chainsend/common.c b/examples/msg/chainsend/common.c index eefb02d0a1..58da8dcd3d 100644 --- a/examples/msg/chainsend/common.c +++ b/examples/msg/chainsend/common.c @@ -17,7 +17,7 @@ int process_pending_connections(xbt_dynar_t q) if (MSG_comm_test(comm)) { MSG_comm_destroy(comm); status = MSG_comm_get_status(comm); - xbt_assert(status == MSG_OK, __FILE__ ": process_pending_connections() failed"); + xbt_assert(status == MSG_OK, "process_pending_connections() failed"); xbt_dynar_cursor_rm(q, &iter); empty = 0; }