X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f12c0e9161fabfd7e0ab3f3688546ec7e237e51..6a6157abf9619875297ff1d16c1e5c63c526d4c1:/src/xbt/log.c?ds=sidebyside diff --git a/src/xbt/log.c b/src/xbt/log.c index e689f19482..dab6fd5084 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -240,8 +240,7 @@ producing macro (ie, use #XBT_CDEBUG, #XBT_CVERB, #XBT_CINFO, #XBT_CWARN, first argument. The TRACE priority is not used the same way than the other. You should use -the #XBT_IN, #XBT_IN_F, #XBT_OUT and #XBT_HERE macros -instead. +the #XBT_IN, #XBT_OUT and #XBT_HERE macros instead. \section log_API_example 2.6 Example of use