From 6311b5a3ec785f4a92a64609f02f672d1a925eca Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 9 Jul 2006 23:59:56 +0000 Subject: [PATCH 1/1] 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 --- src/xbt/ex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1