X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf71c3c42ec41053cf17711276bfd40d9b3a93c1..f05e94875ba4e3844da6824b91b8258179a90d08:/examples/msg/io-file/io-file.c diff --git a/examples/msg/io-file/io-file.c b/examples/msg/io-file/io-file.c index 3e9d2728e9..4f7f0799ec 100644 --- a/examples/msg/io-file/io-file.c +++ b/examples/msg/io-file/io-file.c @@ -76,10 +76,10 @@ static int host(int argc, char *argv[]) filename, MSG_storage_get_used_size(st), MSG_storage_get_size(st)); if (MSG_process_self_PID() == 1){ - XBT_INFO("\tUnlink file '%s'",MSG_file_get_name(file)); + XBT_INFO("\tUnlink file '%s'", MSG_file_get_name(file)); MSG_file_unlink(file); } else { - XBT_INFO("\tClose file '%s'",filename); + XBT_INFO("\tClose file '%s'", filename); MSG_file_close(file); } return 0;