Whamcloud - gitweb
b=20247 Disabling printing D_NETERROR messages on the console.
authorDmitry Zogin <dmitry.zogin@sun.com>
Fri, 8 Jan 2010 16:08:32 +0000 (11:08 -0500)
committerJohann Lombardi <johann@sun.com>
Fri, 8 Jan 2010 22:09:40 +0000 (23:09 +0100)
 i=he.huang
 i=johann
 i=adilger

Remove neterror from libcfs_printk since it is too chatty
and can flood the console.

lnet/libcfs/debug.c

index 311b491..3707c9a 100644 (file)
@@ -68,7 +68,7 @@ CFS_MODULE_PARM(libcfs_debug_mb, "i", int, 0644,
                 "Total debug buffer size.");
 EXPORT_SYMBOL(libcfs_debug_mb);
 
-unsigned int libcfs_printk = (D_CANTMASK | D_NETERROR);
+unsigned int libcfs_printk = (D_CANTMASK);
 CFS_MODULE_PARM(libcfs_printk, "i", uint, 0644,
                 "Lustre kernel debug console mask");
 EXPORT_SYMBOL(libcfs_printk);