Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
error message rewrite
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Nov 2011 15:50:13 +0000 (16:50 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 14 Nov 2011 20:20:18 +0000 (21:20 +0100)
src/surf/surf_config.c

index 23de181..a6dda50 100644 (file)
@@ -226,9 +226,9 @@ static void _surf_cfg_cb__surf_network_coordinates(const char *name,
     }
   } else if (!strcmp(val, "no")) {
     if (COORD_HOST_LEVEL)
-      XBT_WARN("Cannot disable CMD prop coordinates, once set.");
+      XBT_WARN("Setting of whether to use coordinate cannot be disabled once set.");
   } else {
-    XBT_WARN("Setting CMD prop coordinates must be \"yes\" or \"no\"");
+    XBT_WARN("Command line setting of whether to use coordinates must be either \"yes\" or \"no\"");
   }
 }