svn commit: r264682 - head/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sat Apr 19 20:55:52 UTC 2014


Author: tuexen
Date: Sat Apr 19 20:55:51 2014
New Revision: 264682
URL: http://svnweb.freebsd.org/changeset/base/264682

Log:
  Use consistently debug output instead of an unconditional printf.
  
  MFC after: 3 days

Modified:
  head/sys/netinet/sctp_indata.c

Modified: head/sys/netinet/sctp_indata.c
==============================================================================
--- head/sys/netinet/sctp_indata.c	Sat Apr 19 19:40:20 2014	(r264681)
+++ head/sys/netinet/sctp_indata.c	Sat Apr 19 20:55:51 2014	(r264682)
@@ -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-all mailing list