Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 20:55:52 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r264682 - head/sys/netinet
Message-ID:  <201404192055.s3JKtqkg041192@svn.freebsd.org>

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



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