mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:28: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
|
@ -12,7 +12,7 @@ RetainPtr<LocalSocket> LocalSocket::create(int type)
|
|||
LocalSocket::LocalSocket(int type)
|
||||
: Socket(AF_LOCAL, type, 0)
|
||||
{
|
||||
kprintf("%s(%u) LocalSocket{%p} created with type=%u\n", current->name().characters(), current->pid(), type);
|
||||
kprintf("%s(%u) LocalSocket{%p} created with type=%u\n", current->name().characters(), current->pid(), this, type);
|
||||
}
|
||||
|
||||
LocalSocket::~LocalSocket()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue