Skip to content

Commit 9b5a7df

Browse files
author
Adam
committed
- leftover debug print by couriersud
1 parent d8fb485 commit 9b5a7df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/osd/modules/netdev/pcap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ void pcap_module::netdev_pcap::pcap_handler(u_char *user, const struct pcap_pkth
157157
int const next = (curr + 1) & 0x1f;
158158
if (ctx->m_tail.load(std::memory_order_acquire) == next)
159159
{
160-
osd_printf_verbose("buffer full, dropping packet\n");
160+
//osd_printf_verbose("buffer full, dropping packet\n");
161161
return;
162162
}
163163
memcpy(ctx->m_packets[curr], bytes, h->len);

0 commit comments

Comments
 (0)