From 1399f3d39ee979f6033118dea71969830a9051f1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 14 Nov 2011 16:50:13 +0100 Subject: [PATCH] error message rewrite --- src/surf/surf_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\""); } } -- 2.20.1