diff --git a/net/tcp.hh b/net/tcp.hh index cab2557e85..6255105c1d 100644 --- a/net/tcp.hh +++ b/net/tcp.hh @@ -1632,7 +1632,7 @@ void tcp::tcb::trim_receive_data_after_window() { template void tcp::tcb::persist() { - print("persist timer fired\n"); + tcp_debug("persist timer fired\n"); // Send 1 byte packet to probe peer's window size _snd.window_probe = true; output_one();