Date: Sat, 3 Sep 2016 18:54:26 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r305359 - head/sys/dev/cxgbe/cxgbei Message-ID: <201609031854.u83IsQ4H095746@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609031854.u83IsQ4H095746>