Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2014 20:15:43 +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-9@freebsd.org
Subject:   svn commit: r266187 - stable/9/sys/netinet
Message-ID:  <201405152015.s4FKFhtP083387@svn.freebsd.org>

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



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