diff --git a/src/core/tcp.c b/src/core/tcp.c index ee841e00..bd165456 100644 --- a/src/core/tcp.c +++ b/src/core/tcp.c @@ -1399,6 +1399,7 @@ tcp_debug_print_flags(u8_t flags) if (flags & TCP_CWR) { LWIP_DEBUGF(TCP_DEBUG, ("CWR ")); } + LWIP_DEBUGF(TCP_DEBUG, ("\n")); } /**