Whamcloud - gitweb
- disable CDEBUG() ratelimit for a while
authoralex <alex>
Thu, 7 Apr 2005 16:40:42 +0000 (16:40 +0000)
committeralex <alex>
Thu, 7 Apr 2005 16:40:42 +0000 (16:40 +0000)
lnet/include/libcfs/libcfs.h

index 7b45d89..9032947 100644 (file)
@@ -161,8 +161,8 @@ do {                                                                          \
         }                                                                     \
 } while (0)
 
-#define CWARN(format, a...) CDEBUG_LIMIT(D_WARNING, format, ## a)
-#define CERROR(format, a...) CDEBUG_LIMIT(D_ERROR, format, ## a)
+#define CWARN(format, a...) CDEBUG(D_WARNING, format, ## a)
+#define CERROR(format, a...) CDEBUG(D_ERROR, format, ## a)
 #define CEMERG(format, a...) CDEBUG(D_EMERG, format, ## a)
 
 #define LCONSOLE(mask, format, a...) CDEBUG(D_CONSOLE | (mask), format, ## a)