Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
No need to scary the users for this
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 9 Jul 2006 23:59:56 +0000 (23:59 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 9 Jul 2006 23:59:56 +0000 (23:59 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2513 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/xbt/ex.c

index 598fbf9..9fee97e 100644 (file)
@@ -151,7 +151,7 @@ void xbt_ex_setup_backtrace(xbt_ex_t *e)  {
       free(maps_name);
 
       if (!found) {
-       WARN0("Problem while reading the maps file");
+       VERB0("Problem while reading the maps file. Following backtrace will be mangled.");
        e->bt_strings[i] = bprintf("**   In ?? (%s)", backtrace[i]);
        continue;
       }