From 912407e95629995cbad746937404a60038ede456 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 29 Jun 2007 14:54:24 +0000 Subject: [PATCH] And now, update the doc for all added macros. Sorry for the noise git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3617 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xbt/log.c b/src/xbt/log.c index 709ea45685..9a8f413986 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -271,8 +271,8 @@ if you compile with -Wall, the folliwing code will issue a warning: If you want to specify the category to log onto (for example because you have more than one category per file, add a C before the name of the log -producing macro (ie, use #CDEBUG10, #CVERB6, #CINFO8, #CWARN6, #CERROR6 and -#CCRITICAL6 and friends), and pass the category name as first argument. +producing macro (ie, use #CDEBUG10, #CVERB10, #CINFO10, #CWARN10, #CERROR10 and +#CCRITICAL10 and friends), and pass the category name as first argument. The TRACE priority is not used the same way than the other. You should use the #XBT_IN, XBT_IN (up to #XBT_IN5), #XBT_OUT and #XBT_HERE macros -- 2.20.1