From e1c7155c8e4884f2f6efab4b7cd78ecaad63313c Mon Sep 17 00:00:00 2001
From: nathan <nathan>
Date: Thu, 5 May 2005 20:58:52 +0000
Subject: [PATCH] r=adilger (awhile ago) Turn on D_CONFIG, D_CONSOLE, and
 D_IOCTL be default.

---
 lnet/libcfs/debug.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c
index b7fd218df3..3c9a99f081 100644
--- a/lnet/libcfs/debug.c
+++ b/lnet/libcfs/debug.c
@@ -35,7 +35,8 @@ unsigned int portal_subsystem_debug = ~0 - (S_PORTALS | S_NAL);
 EXPORT_SYMBOL(portal_subsystem_debug);
 
 unsigned int portal_debug = (D_WARNING | D_DLMTRACE | D_ERROR | D_EMERG | D_HA |
-                             D_RPCTRACE | D_VFSTRACE);
+                             D_RPCTRACE | D_VFSTRACE | D_CONFIG | D_IOCTL |
+                             D_CONSOLE);
 EXPORT_SYMBOL(portal_debug);
 
 unsigned int portal_printk;
-- 
GitLab