===== net/core/skbuff.c 1.44 vs edited ===== --- 1.44/net/core/skbuff.c 2005-03-12 07:32:26 +11:00 +++ edited/net/core/skbuff.c 2005-04-21 15:06:12 +10:00 @@ -86,7 +86,7 @@ */ void skb_over_panic(struct sk_buff *skb, int sz, void *here) { - printk(KERN_INFO "skput:over: %p:%d put:%d dev:%s", + printk(KERN_INFO "skput:over: %p:%d put:%d dev:%s\n", here, skb->len, sz, skb->dev ? skb->dev->name : ""); BUG(); } @@ -102,7 +102,7 @@ void skb_under_panic(struct sk_buff *skb, int sz, void *here) { - printk(KERN_INFO "skput:under: %p:%d put:%d dev:%s", + printk(KERN_INFO "skput:under: %p:%d put:%d dev:%s\n", here, skb->len, sz, skb->dev ? skb->dev->name : ""); BUG(); }