mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
LibIPC: Remove debug spam on disconnection
This commit is contained in:
parent
d9e39cb82d
commit
54116115a8
1 changed files with 1 additions and 5 deletions
|
@ -163,12 +163,8 @@ protected:
|
|||
return false;
|
||||
}
|
||||
if (nread == 0) {
|
||||
dbg() << "EOF on IPC fd";
|
||||
if (bytes.is_empty()) {
|
||||
deferred_invoke([this](auto&) {
|
||||
dbg() << *this << " Disconnected";
|
||||
die();
|
||||
});
|
||||
deferred_invoke([this](auto&) { die(); });
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue