patch-2.1.31 linux/net/ipv4/raw.c

Next file: linux/net/ipv4/tcp.c
Previous file: linux/net/ipv4/ipmr.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.30/linux/net/ipv4/raw.c linux/net/ipv4/raw.c
@@ -285,7 +285,7 @@
 		if (usin->sin_family != AF_INET) {
 			static int complained;
 			if (!complained++)
-				printk("%s forgot to set AF_INET in raw sendmsg. Fix it!\n", current->comm);
+				printk(KERN_INFO "%s forgot to set AF_INET in raw sendmsg. Fix it!\n", current->comm);
 			if (usin->sin_family)
 				return -EINVAL;
 		}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov