diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 160d16f9f4fc..e588d6dc2a81 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -301,7 +301,7 @@ static void tcp_retransmit_timer(struct sock *sk) | |||
301 | #ifdef TCP_DEBUG | 301 | #ifdef TCP_DEBUG |
302 | if (1) { | 302 | if (1) { |
303 | struct inet_sock *inet = inet_sk(sk); | 303 | struct inet_sock *inet = inet_sk(sk); |
304 | LIMIT_NETDEBUG(KERN_DEBUG "TCP: Treason uncloaked! Peer %u.%u.%u.%u:%u/%u shrinks window %u:%u. Repaired.\n", | 304 | LIMIT_NETDEBUG(KERN_DEBUG "TCP: Treason uncloaked! Peer " NIPQUAD_FMT ":%u/%u shrinks window %u:%u. Repaired.\n", |
305 | NIPQUAD(inet->daddr), ntohs(inet->dport), | 305 | NIPQUAD(inet->daddr), ntohs(inet->dport), |
306 | inet->num, tp->snd_una, tp->snd_nxt); | 306 | inet->num, tp->snd_una, tp->snd_nxt); |
307 | } | 307 | } |