From 6d83a6dccb71d12e2c80f8313076580ea49462ea Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 28 Sep 2013 22:52:03 +0200 Subject: [PATCH] Use word 'bytes' instead of 'octets'. --- teshsuite/msg/storage/storage.c | 4 ++-- teshsuite/msg/storage/storage.tesh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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); diff --git a/teshsuite/msg/storage/storage.tesh b/teshsuite/msg/storage/storage.tesh index 5cc7fe4fe4..473358f85c 100644 --- a/teshsuite/msg/storage/storage.tesh +++ b/teshsuite/msg/storage/storage.tesh @@ -1,8 +1,8 @@ $ msg/storage/storage --cfg=path:${srcdir:=.} ${srcdir:=.}/msg/storage/platform.xml ${srcdir:=.}/msg/storage/deployment.xml 0 "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:client@client) ** Storage info on client: > [ 0.000000] (1:client@client) Storage mount name: /sd1 -> [ 0.000000] (1:client@client) Free size: 536774599000 octets -> [ 0.000000] (1:client@client) Used size: 96313000 octets +> [ 0.000000] (1:client@client) Free size: 536774599000 bytes +> [ 0.000000] (1:client@client) Used size: 96313000 bytes > [ 0.000000] (1:client@client) Properties of mounted storage: cdisk > [ 0.000000] (1:client@client) 'date' -> '31-08-13' > [ 0.000000] (1:client@client) 'usage' -> 'scratch' -- 2.20.1