Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Wed, 16 May 2007 22:25:38 +0000 (22:25 +0000)
committeradilger <adilger>
Wed, 16 May 2007 22:25:38 +0000 (22:25 +0000)
Change comment so that nobody gets the idea that "#define CDEBUG_ENABLED 0"
is the way to turn this off.

lnet/include/libcfs/libcfs.h

index 341d3ca..82a3c51 100644 (file)
@@ -165,7 +165,7 @@ typedef struct {
 } cfs_debug_limit_state_t;
 
 /* Controlled via configure key */
-/* #define CDEBUG_ENABLED (1) */
+/* #define CDEBUG_ENABLED */
 
 #ifdef __KERNEL__
 
@@ -249,7 +249,7 @@ do {                                                                    \
 #endif
 
 /* Controlled via configure key */
-/* #define CDEBUG_ENTRY_EXIT (1) */
+/* #define CDEBUG_ENTRY_EXIT */
 
 #ifdef CDEBUG_ENTRY_EXIT