svn commit: r267730 - stable/10/sys/netinet

Michael Tuexen tuexen at FreeBSD.org
Sun Jun 22 16:40:36 UTC 2014


Author: tuexen
Date: Sun Jun 22 16:40:36 2014
New Revision: 267730
URL: http://svnweb.freebsd.org/changeset/base/267730

Log:
  MFC r264682:
  
  Use consistently debug output instead of an unconditional printf.

Modified:
  stable/10/sys/netinet/sctp_indata.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/netinet/sctp_indata.c
==============================================================================
--- stable/10/sys/netinet/sctp_indata.c	Sun Jun 22 16:38:06 2014	(r267729)
+++ stable/10/sys/netinet/sctp_indata.c	Sun Jun 22 16:40:36 2014	(r267730)
@@ -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