X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/830b5c4bc694ade087c43f39015faa9065795630..2e9105988280d1e88b5b496d6e2eed4c8d541883:/examples/msg/io/file_unlink.c diff --git a/examples/msg/io/file_unlink.c b/examples/msg/io/file_unlink.c index 2d8c5eb381..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);