net: replace %p6 with %pI6
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
4b7a4274ca
commit
5b095d9892
@@ -419,7 +419,7 @@ static void ah6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
|
||||
if (!x)
|
||||
return;
|
||||
|
||||
NETDEBUG(KERN_DEBUG "pmtu discovery on SA AH/%08x/%p6\n",
|
||||
NETDEBUG(KERN_DEBUG "pmtu discovery on SA AH/%08x/%pI6\n",
|
||||
ntohl(ah->spi), &iph->daddr);
|
||||
|
||||
xfrm_state_put(x);
|
||||
|
Reference in New Issue
Block a user