Remove a duplicate debug statement.

MFC after:	1 week
This commit is contained in:
Michael Tuexen 2017-01-31 23:34:02 +00:00
parent 704cd54206
commit 7858d7cb8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=313030

View File

@ -719,13 +719,9 @@ sctp_mark_all_for_resend(struct sctp_tcb *stcb,
if (num_mk) { if (num_mk) {
SCTPDBG(SCTP_DEBUG_TIMER1, "LAST TSN marked was %x\n", SCTPDBG(SCTP_DEBUG_TIMER1, "LAST TSN marked was %x\n",
tsnlast); tsnlast);
SCTPDBG(SCTP_DEBUG_TIMER1, "Num marked for retransmission was %d peer-rwd:%ld\n", SCTPDBG(SCTP_DEBUG_TIMER1, "Num marked for retransmission was %d peer-rwd:%u\n",
num_mk, (u_long)stcb->asoc.peers_rwnd);
SCTPDBG(SCTP_DEBUG_TIMER1, "LAST TSN marked was %x\n",
tsnlast);
SCTPDBG(SCTP_DEBUG_TIMER1, "Num marked for retransmission was %d peer-rwd:%d\n",
num_mk, num_mk,
(int)stcb->asoc.peers_rwnd); stcb->asoc.peers_rwnd);
} }
#endif #endif
*num_marked = num_mk; *num_marked = num_mk;