From 5a634312652da4c7ff6ed307bba53bd453e311cd Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Sat, 3 Sep 2016 18:54:26 +0000 Subject: [PATCH] Use correct CTR variant. --- sys/dev/cxgbe/cxgbei/cxgbei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cxgbe/cxgbei/cxgbei.c b/sys/dev/cxgbe/cxgbei/cxgbei.c index 21d1e0f32bf4..139b1f3e2dc7 100644 --- a/sys/dev/cxgbe/cxgbei/cxgbei.c +++ b/sys/dev/cxgbe/cxgbei/cxgbei.c @@ -355,7 +355,7 @@ do_rx_iscsi_ddp(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) 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