[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201607160945.u6G9jxXE015213@ux4.g1sog>
Date:	Sat, 16 Jul 2016 10:45:59 +0100
From:	Richard Stearn <richard@...-stearn.demon.co.uk>
To:	netdev@...r.kernel.org, linux-hams@...r.kernel.org
Subject: [PATCH 5/6]NET:AX25:ROSE Adds the log priority to a printk
Subject: [PATCH 5/6]NET:AX25:ROSE Adds the log priority to a printk
Adds the log priority to a printk.
Signed-off-by: Richard Stearn <richard@...-stearn.demon.co.uk>
---
 net/rose/rose_route.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/rose/rose_route.c b/net/rose/rose_route.c
index 56e53d5..9f256ed 100644
--- a/net/rose/rose_route.c
+++ b/net/rose/rose_route.c
@@ -903,7 +903,7 @@ int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)
 	}
 
 	if (rose_neigh == NULL) {
-		printk("rose_route : unknown neighbour or device %s\n",
+		printk(KERN_ERR "rose_route_frame: unknown neighbour or device %s\n",
 		       ax2asc(buf, &ax25->dest_addr));
 		goto out;
 	}
Powered by blists - more mailing lists
 
