mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Shell: Remove dbgln related to process group IDs
This is insignificant debugging information and will print out during runs with Lagom.
This commit is contained in:
parent
65730f459d
commit
c419b1ade6
Notes:
sideshowbarker
2024-07-18 07:03:25 +09:00
Author: https://github.com/sin-ack Commit: https://github.com/SerenityOS/serenity/commit/c419b1ade6f Pull-request: https://github.com/SerenityOS/serenity/pull/9365
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ int main(int argc, char** argv)
|
|||
}
|
||||
} else if (sid != pid) {
|
||||
if (getpgid(pid) != pid) {
|
||||
dbgln("We were already in a session with sid={} (we are {}), let's do some gymnastics", sid, pid);
|
||||
if (setpgid(pid, sid) < 0) {
|
||||
auto strerr = strerror(errno);
|
||||
dbgln("couldn't setpgid: {}", strerr);
|
||||
|
|
Loading…
Reference in a new issue