From 2ad573f350bbd776b75a73e9ed5877316d123677 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 1 Oct 2008 10:21:52 +0000 Subject: [PATCH] tiny doc improvement git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5949 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/asserts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.20.1