Added newline to TCP header flags debug print

This commit is contained in:
goldsimon 2009-07-28 17:02:48 +00:00
parent 6111230fe9
commit 3553efb75e

View File

@ -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"));
}
/**