From: mquinson Date: Sun, 9 Jul 2006 23:59:56 +0000 (+0000) Subject: No need to scary the users for this X-Git-Tag: v3.3~2845 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6311b5a3ec785f4a92a64609f02f672d1a925eca?hp=b362f44b3941a4b07a255240da19066915fbacb3 No need to scary the users for this git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2513 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/xbt/ex.c b/src/xbt/ex.c index 598fbf9318..9fee97e19b 100644 --- a/src/xbt/ex.c +++ b/src/xbt/ex.c @@ -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; }