mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Kernel: Put loopback adapter debug spam behind a flag
This significantly increases loopback adapter speed in normal use.
This commit is contained in:
committed by
Sam Atkins
parent
0184fc5e43
commit
586b47cede
@@ -30,7 +30,7 @@ LoopbackAdapter::~LoopbackAdapter() = default;
|
||||
|
||||
void LoopbackAdapter::send_raw(ReadonlyBytes payload)
|
||||
{
|
||||
dbgln("LoopbackAdapter: Sending {} byte(s) to myself.", payload.size());
|
||||
dbgln_if(LOOPBACK_DEBUG, "LoopbackAdapter: Sending {} byte(s) to myself.", payload.size());
|
||||
did_receive(payload);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user