1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Use consistently debug output instead of an unconditional printf.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2014-04-19 20:55:51 +00:00
parent de1a42bd0c
commit 2dec1efc5a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264682

View File

@ -1002,7 +1002,7 @@ sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc,
* Huh, need the correct STR here,
* they must be the same.
*/
SCTP_PRINTF("Prev check - Gak, Evil plot, sid:%d not the same as at:%d\n",
SCTPDBG(SCTP_DEBUG_INDATA1, "Prev check - Gak, Evil plot, sid:%d not the same as at:%d\n",
chk->rec.data.stream_number,
prev->rec.data.stream_number);
snprintf(msg, sizeof(msg),