aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_indata.c
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2014-04-19 20:55:51 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2014-04-19 20:55:51 +0000
commit2dec1efc5a03c300f61eb0ddf2ea84479e360c62 (patch)
tree396c58a76ce5fc4c56dab5d267e756c594e4699d /sys/netinet/sctp_indata.c
parentde1a42bd0c76a99dd61d54ce4fffb430cc56f362 (diff)
downloadsrc-2dec1efc5a03c300f61eb0ddf2ea84479e360c62.tar.gz
src-2dec1efc5a03c300f61eb0ddf2ea84479e360c62.zip
Use consistently debug output instead of an unconditional printf.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=264682
Diffstat (limited to 'sys/netinet/sctp_indata.c')
-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 4f0f384730b8..d8272ead4b59 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),