mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47: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;
|
return false;
|
||||||
}
|
}
|
||||||
if (nread == 0) {
|
if (nread == 0) {
|
||||||
dbg() << "EOF on IPC fd";
|
|
||||||
if (bytes.is_empty()) {
|
if (bytes.is_empty()) {
|
||||||
deferred_invoke([this](auto&) {
|
deferred_invoke([this](auto&) { die(); });
|
||||||
dbg() << *this << " Disconnected";
|
|
||||||
die();
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue