X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed411b361269f3d9a0910c56de683274c8400705..2ad573f350bbd776b75a73e9ed5877316d123677:/src/xbt/asserts.c diff --git a/src/xbt/asserts.c b/src/xbt/asserts.c index dd1a3015ff..5ef6bb5c57 100644 --- a/src/xbt/asserts.c +++ b/src/xbt/asserts.c @@ -21,7 +21,8 @@ XBT_LOG_DEFAULT_CATEGORY(xbt); * * The message is handled by a CRITICAL logging request * - * If you want to pass arguments to the format, you can always write xbt_assert1(0,"fmt",args) + * If you want to pass arguments to the format, you can always write xbt_assert1(0,"fmt",args) or + * xbt_die(bprintf("fmt", arg)) */ void xbt_die (const char *msg) { CRITICAL1("%s",msg);