summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-06-22 16:40:36 +0000
committertuexen <tuexen@FreeBSD.org>2014-06-22 16:40:36 +0000
commitd64d9d1bcee273b4991186ae0df88f8e60a8bc43 (patch)
treec943520467074dd03e6b5417a26d508bdba79a1c /sys/netinet
parentd5831ca68c9363368857a52fbea709db33ea77b1 (diff)
downloadFreeBSD-src-d64d9d1bcee273b4991186ae0df88f8e60a8bc43.zip
FreeBSD-src-d64d9d1bcee273b4991186ae0df88f8e60a8bc43.tar.gz
MFC r264682:
Use consistently debug output instead of an unconditional printf.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/sctp_indata.c2
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),
OpenPOWER on IntegriCloud