Skip to content

Commit

Permalink
Fix bad print
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed Feb 24, 2025
1 parent 647fd2b commit c871480
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/packet.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,6 @@ Packet::clone(bool fast)
p->_end = _end;
# if HAVE_DPDK
if (DPDKDevice::is_dpdk_packet(this)) {
click_chatter("Click clone");
p->_destructor = DPDKDevice::free_pkt;
p->_destructor_argument = destructor_argument();
rte_mbuf_refcnt_update((rte_mbuf*)p->_destructor_argument, 1);
Expand Down

0 comments on commit c871480

Please sign in to comment.