X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13025e8ea0f4fccfb16bc3214ed42aefa1b8d9d9..3736e0252d96679e19cfbe41f3c09833d3734386:/src/surf/surf_config.c diff --git a/src/surf/surf_config.c b/src/surf/surf_config.c index 23de181fb9..a6dda50fb1 100644 --- a/src/surf/surf_config.c +++ b/src/surf/surf_config.c @@ -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\""); } }