Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo --
authorAugustin Degomme <degomme@idpann.imag.fr>
Fri, 11 Apr 2014 09:05:10 +0000 (11:05 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 14 Apr 2014 10:58:56 +0000 (12:58 +0200)
src/surf/surf_routing.cpp
teshsuite/simdag/platforms/bogus_disk_attachment.tesh

index f62f852..a4bbe30 100644 (file)
@@ -1252,7 +1252,7 @@ static void check_disk_attachment()
          StoragePtr storage = static_cast<StoragePtr>(xbt_lib_get_level(xbt_lib_get_elm_or_null(storage_lib, key), SURF_STORAGE_LEVEL));
          host_elm = sg_routing_edge_by_name_or_null(storage->p_attach);
          if(!host_elm)
-                 surf_parse_error("Enable to attach storage %s: host %s doesn't exist.", storage->getName(), storage->p_attach);
+                 surf_parse_error("Unable to attach storage %s: host %s doesn't exist.", storage->getName(), storage->p_attach);
     }
   }
 }
index 534cd7f..02e5e4a 100644 (file)
@@ -1,4 +1,4 @@
 ! expect signal SIGABRT
 $ ${bindir:=.}/flatifier bogus_disk_attachment.xml "--log=root.fmt:[%10.6r]%e[%i:%P@%h]%e%m%n"
 > [  0.000000] [0:@] surf_workstation_model_init_ptask_L07
-> [  0.000000] [0:@] Parse error at bogus_disk_attachment.xml:26: Enable to attach storage cdisk: host plouf doesn't exist.
+> [  0.000000] [0:@] Parse error at bogus_disk_attachment.xml:26: Unable to attach storage cdisk: host plouf doesn't exist.