X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1dd092898af228adaf183f20e766fd48196bcda2..c61725a86f5c4b0aa90aa0e903d3ba60ecf44d21:/examples/msg/io/storage.c?ds=sidebyside diff --git a/examples/msg/io/storage.c b/examples/msg/io/storage.c index 36b4c73926..3fa8fb68d2 100644 --- a/examples/msg/io/storage.c +++ b/examples/msg/io/storage.c @@ -72,8 +72,8 @@ static int host(int argc, char *argv[]){ MSG_file_dump(file); // check that sizes have changed - XBT_INFO("Total size: %"PRIu64" bytes", MSG_storage_get_free_size("/home")); - XBT_INFO("Free size: %"PRIu64" bytes", MSG_storage_get_used_size("/home")); + XBT_INFO("Free size: %"PRIu64" bytes", MSG_storage_get_free_size("/home")); + XBT_INFO("Used size: %"PRIu64" bytes", MSG_storage_get_used_size("/home")); // Now retrieve the size of created file and read it completely