mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibIPC: Silence some debug spam
This commit is contained in:
@@ -208,8 +208,10 @@ protected:
|
||||
void event(Core::Event& event) override
|
||||
{
|
||||
if (event.type() == Event::Disconnected) {
|
||||
#ifdef IPC_DEBUG
|
||||
int client_id = static_cast<const DisconnectedEvent&>(event).client_id();
|
||||
dbg() << *this << ": Client disconnected: " << client_id;
|
||||
#endif
|
||||
die();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user