diff options
Diffstat (limited to 'net/ipv4/ipcomp.c')
-rw-r--r-- | net/ipv4/ipcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipcomp.c b/net/ipv4/ipcomp.c index 58b60b2fb011..fb53ddfea5b5 100644 --- a/net/ipv4/ipcomp.c +++ b/net/ipv4/ipcomp.c | |||
@@ -179,7 +179,7 @@ static void ipcomp4_err(struct sk_buff *skb, u32 info) | |||
179 | spi, IPPROTO_COMP, AF_INET); | 179 | spi, IPPROTO_COMP, AF_INET); |
180 | if (!x) | 180 | if (!x) |
181 | return; | 181 | return; |
182 | NETDEBUG(KERN_DEBUG "pmtu discovery on SA IPCOMP/%08x/%u.%u.%u.%u\n", | 182 | NETDEBUG(KERN_DEBUG "pmtu discovery on SA IPCOMP/%08x/" NIPQUAD_FMT "\n", |
183 | spi, NIPQUAD(iph->daddr)); | 183 | spi, NIPQUAD(iph->daddr)); |
184 | xfrm_state_put(x); | 184 | xfrm_state_put(x); |
185 | } | 185 | } |