X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f5616991169add56ea7c07404728ffd9bc45097..6d83a6dccb71d12e2c80f8313076580ea49462ea:/teshsuite/msg/storage/storage.c diff --git a/teshsuite/msg/storage/storage.c b/teshsuite/msg/storage/storage.c index 8512d6ef8a..1e5e235692 100644 --- a/teshsuite/msg/storage/storage.c +++ b/teshsuite/msg/storage/storage.c @@ -40,8 +40,8 @@ void storage_info(msg_host_t host){ size_t free_size = MSG_storage_get_free_size(mount_name); size_t used_size = MSG_storage_get_used_size(mount_name); - XBT_INFO("\t\tFree size: %zu octets", free_size); - XBT_INFO("\t\tUsed size: %zu octets", used_size); + XBT_INFO("\t\tFree size: %zu bytes", free_size); + XBT_INFO("\t\tUsed size: %zu bytes", used_size); storage = MSG_storage_get_by_name(storage_name); display_storage_properties(storage);