svn commit: r266187 - stable/9/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Thu May 15 20:15:43 UTC 2014
Author: tuexen
Date: Thu May 15 20:15:42 2014
New Revision: 266187
URL: http://svnweb.freebsd.org/changeset/base/266187
Log:
MFC r264682:
Use consistently debug output instead of an unconditional printf.
Modified:
stable/9/sys/netinet/sctp_indata.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/netinet/sctp_indata.c
==============================================================================
--- stable/9/sys/netinet/sctp_indata.c Thu May 15 20:13:44 2014 (r266186)
+++ stable/9/sys/netinet/sctp_indata.c Thu May 15 20:15:42 2014 (r266187)
@@ -1002,7 +1002,7 @@ sctp_queue_data_for_reasm(struct sctp_tc
* 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),
More information about the svn-src-stable-9
mailing list