From: mquinson Date: Fri, 29 Jun 2007 14:54:24 +0000 (+0000) Subject: And now, update the doc for all added macros. Sorry for the noise X-Git-Tag: v3.3~1743 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/912407e95629995cbad746937404a60038ede456 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 --- 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