Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use word 'bytes' instead of 'octets'.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 28 Sep 2013 20:52:03 +0000 (22:52 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 28 Sep 2013 21:03:43 +0000 (23:03 +0200)
teshsuite/msg/storage/storage.c
teshsuite/msg/storage/storage.tesh

index 8512d6e..1e5e235 100644 (file)
@@ -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);
index 5cc7fe4..473358f 100644 (file)
@@ -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'