diff options
author | tuexen <tuexen@FreeBSD.org> | 2014-06-22 16:40:36 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2014-06-22 16:40:36 +0000 |
commit | d64d9d1bcee273b4991186ae0df88f8e60a8bc43 (patch) | |
tree | c943520467074dd03e6b5417a26d508bdba79a1c | |
parent | d5831ca68c9363368857a52fbea709db33ea77b1 (diff) | |
download | FreeBSD-src-d64d9d1bcee273b4991186ae0df88f8e60a8bc43.zip FreeBSD-src-d64d9d1bcee273b4991186ae0df88f8e60a8bc43.tar.gz |
MFC r264682:
Use consistently debug output instead of an unconditional printf.
-rw-r--r-- | sys/netinet/sctp_indata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_indata.c b/sys/netinet/sctp_indata.c index 4f0f384..d8272ea 100644 --- a/sys/netinet/sctp_indata.c +++ b/sys/netinet/sctp_indata.c @@ -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), |