[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-bridge
Subject:    [Bridge] [PATCH] turn off debug error message in bridge ioctl
From:       Stephen Hemminger <shemminger () osdl ! org>
Date:       2004-06-22 23:30:23
Message-ID: 20040622163023.29a1862a () dell_ss3 ! pdx ! osdl ! net
[Download RAW message or body]

Trivial patch to turn off a debug message.  It seems some SNMP daemons just
periodically trying to look at MII state.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>

 
diff -Nru a/net/bridge/br_ioctl.c b/net/bridge/br_ioctl.c
--- a/net/bridge/br_ioctl.c	2004-06-22 16:28:20 -07:00
+++ b/net/bridge/br_ioctl.c	2004-06-22 16:28:20 -07:00
@@ -403,6 +403,6 @@
 
 	}
 
-	printk(KERN_DEBUG "Bridge does not support ioctl 0x%x\n", cmd);
+	pr_debug("Bridge does not support ioctl 0x%x\n", cmd);
 	return -EOPNOTSUPP;
 }


_______________________________________________
Bridge mailing list
Bridge@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/bridge


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic