mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:18:11 +00:00
Kernel: Fix some broken debug log statements.
This commit is contained in:
parent
c7f5213d5b
commit
e9d6fbfb47
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ bool Socket::listen(int backlog, int& error)
|
|||
}
|
||||
m_backlog = backlog;
|
||||
m_listening = true;
|
||||
kprintf("Socket{%p} listening with backlog=%d\n", m_backlog);
|
||||
kprintf("Socket{%p} listening with backlog=%d\n", this, m_backlog);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue