svn commit: r305359 - head/sys/dev/cxgbe/cxgbei

Navdeep Parhar np at FreeBSD.org
Sat Sep 3 18:54:27 UTC 2016


Author: np
Date: Sat Sep  3 18:54:26 2016
New Revision: 305359
URL: https://svnweb.freebsd.org/changeset/base/305359

Log:
  Use correct CTR<n> variant.

Modified:
  head/sys/dev/cxgbe/cxgbei/cxgbei.c

Modified: head/sys/dev/cxgbe/cxgbei/cxgbei.c
==============================================================================
--- head/sys/dev/cxgbe/cxgbei/cxgbei.c	Sat Sep  3 18:11:48 2016	(r305358)
+++ head/sys/dev/cxgbe/cxgbei/cxgbei.c	Sat Sep  3 18:54:26 2016	(r305359)
@@ -355,7 +355,7 @@ do_rx_iscsi_ddp(struct sge_iq *iq, const
 	val = be32toh(cpl->ddpvld);
 
 #if 0
-	CTR4(KTR_CXGBE,
+	CTR5(KTR_CXGBE,
 	    "%s: tid %u, cpl->len %u, ddpvld 0x%08x, icp_flags 0x%08x",
 	    __func__, tid, pdu_len, val, icp->icp_flags);
 #endif


More information about the svn-src-all mailing list