mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use correct CTR<n> variant.
This commit is contained in:
parent
74191470e8
commit
5a63431265
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue