mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
SystemServer: Put some debug spam behind #ifdefs
This commit is contained in:
parent
4dbbe1885f
commit
79d3c5723f
Notes:
sideshowbarker
2024-07-19 05:26:43 +09:00
Author: https://github.com/awesomekling
Commit: 79d3c5723f
2 changed files with 7 additions and 0 deletions
|
@ -47,7 +47,10 @@ static void sigchld_handler(int)
|
|||
if (!pid)
|
||||
return;
|
||||
|
||||
#ifdef SYSTEMSERVER_DEBUG
|
||||
dbg() << "Reaped child with pid " << pid << ", exist status " << status;
|
||||
#endif
|
||||
|
||||
Service* service = Service::find_by_pid(pid);
|
||||
if (service == nullptr) {
|
||||
// This can happen for multi-instance services.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue