Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2014 16:40:36 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r267730 - stable/10/sys/netinet
Message-ID:  <201406221640.s5MGeaRW040737@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406221640.s5MGeaRW040737>