Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rework a warning message to make it more clear (hopefully)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 20 Mar 2006 14:01:21 +0000 (14:01 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 20 Mar 2006 14:01:21 +0000 (14:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1957 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/msg/global.c

index 0bd5c6c..dc3bd02 100644 (file)
@@ -205,7 +205,7 @@ void MSG_paje_output(const char *filename)
 
   len = strlen(filename);
   if((len<ext_len) || (strncmp(filename+len-ext_len,ext,ext_len))) {
-    CRITICAL2("%s does not end by \"%s\". It may cause troubles when using Paje\n",
+    CRITICAL2("The name of the Paje trace file \"%s\" does not end by \"%s\". Paje will cause difficulties to read it.\n",
              filename,ext);
   }