From c92df6e09cb4bbd024b8fa856fc4f9f408dd16ea Mon Sep 17 00:00:00 2001 From: Dmitry Zogin Date: Fri, 8 Jan 2010 11:08:32 -0500 Subject: [PATCH] b=20247 Disabling printing D_NETERROR messages on the console. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index 311b4910..3707c9a 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -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); -- 1.8.3.1