mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
Kernel: Remove spammy log message in sys$sendto()
This commit is contained in:
@@ -2607,7 +2607,6 @@ ssize_t Process::sys$sendto(const Syscall::SC_sendto_params* params)
|
||||
if (!description->is_socket())
|
||||
return -ENOTSOCK;
|
||||
auto& socket = *description->socket();
|
||||
kprintf("sendto %p (%u), flags=%u, addr: %p (%u)\n", data, data_length, flags, addr, addr_length);
|
||||
return socket.sendto(*description, data, data_length, flags, addr, addr_length);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user