Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old $Id$ command dating from CVS
[simgrid.git] / include / xbt / log.h
index cd31e12..d4114d8 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* log - a generic logging facility in the spirit of log4j                  */
 
 /* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved.            */
@@ -168,7 +166,7 @@ SG_BEGIN_DECL()
  * Indicates which category is the default one.
  */
 
-#if defined(XBT_LOG_MAYDAY)     /*|| defined (NLOG) * turning logging off */
+#if defined(XBT_LOG_MAYDAY) || defined(SUPERNOVAE_MODE)     /*|| defined (NLOG) * turning logging off */
 # define XBT_LOG_DEFAULT_CATEGORY(cname)
 #else
 # define XBT_LOG_DEFAULT_CATEGORY(cname) \