X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..6ae04e68aa7838418bdf7cafdba4a1f5700db814:/src/xbt/log.cpp?ds=inline diff --git a/src/xbt/log.cpp b/src/xbt/log.cpp index b2b9e1bef3..642fe2acc9 100644 --- a/src/xbt/log.cpp +++ b/src/xbt/log.cpp @@ -545,10 +545,8 @@ static void xbt_log_help() " -> %%L: line number where the log event was raised (LOG4J compatible)\n" " -> %%M: function name (LOG4J compatible -- called method name here of course).\n" "\n" - " -> %%b: full backtrace (Called %%throwable in LOG4J). Defined only under windows or when using the " - "GNU libc because\n" - " backtrace() is not defined elsewhere, and we only have a fallback for windows boxes, not " - "mac ones for example.\n" + " -> %%b: full backtrace (Called %%throwable in LOG4J). Defined only when using the GNU libc because\n" + " backtrace() is not defined elsewhere.\n" " -> %%B: short backtrace (only the first line of the %%b). Called %%throwable{short} in LOG4J; " "defined where %%b is.\n" "\n"