X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/221538a27f21e52c182ae7fcc08c78c1175395b9..e4abd3f271729beeff499da36267bfb274dd1f6d:/examples/msg/io/file_unlink.c diff --git a/examples/msg/io/file_unlink.c b/examples/msg/io/file_unlink.c index 8a36a78778..d9f6c01a61 100644 --- a/examples/msg/io/file_unlink.c +++ b/examples/msg/io/file_unlink.c @@ -59,7 +59,7 @@ int host(int argc, char *argv[]) // Write into the new file write = MSG_file_write(ptr,100000,sizeof(char*),file); // Write for 100Ko - XBT_INFO("\tHaving write %.1f \ton %s",write,file->name); + XBT_INFO("\tHave written %8.1f on %s",write,file->name); // Print the stat MSG_file_stat(file,&stat); @@ -121,7 +121,6 @@ int main(int argc, char **argv) res = MSG_main(); XBT_INFO("Simulation time %g", MSG_get_clock()); - MSG_clean(); if (res == MSG_OK) return 0; else