X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8ab67fea317b43cb0f64495ff0f1972080b8ed1d..096cc96b4a60a70773a3cc632d56e6025669ba5a:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index 1dcdfde590..d631073f48 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -60,7 +60,7 @@ typedef enum { /* * define NLOG to disable at compilation time any logging request - * define NDEBUG to disable at compilation time any logging request of priority below INFO + * define NDEBUG to disable at compilation time any logging request of priority below VERBOSE */ @@ -185,7 +185,7 @@ typedef enum { # define XBT_LOG_DEFAULT_CATEGORY(cname) #else # define XBT_LOG_DEFAULT_CATEGORY(cname) \ - static xbt_log_category_t _XBT_LOGV(default) _XBT_GNUC_UNUSED = &_XBT_LOGV(cname) + static xbt_log_category_t _XBT_LOGV(default) _XBT_GNUC_UNUSED = &_XBT_LOGV(cname) #endif /**