mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 14:18:11 +00:00
LoopbackAdapter: Use dbg() instead of dbgprintf()
This commit is contained in:
parent
d6ae2cf46a
commit
b7b2fb083d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ LoopbackAdapter::~LoopbackAdapter()
|
|||
|
||||
void LoopbackAdapter::send_raw(const u8* data, size_t size)
|
||||
{
|
||||
dbgprintf("LoopbackAdapter: Sending %d byte(s) to myself.\n", size);
|
||||
dbg() << "LoopbackAdapter: Sending " << size << " byte(s) to myself.";
|
||||
did_receive(data, size);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue