don't print ASS
This commit is contained in:
parent
f8be71ac6d
commit
c608ca35d8
|
@ -102,7 +102,6 @@ static void handle_SIGCHLD(int sig)
|
||||||
pid = wait(&status);
|
pid = wait(&status);
|
||||||
|
|
||||||
if (pid > 0) {
|
if (pid > 0) {
|
||||||
printf("ASS %d\n", pid);
|
|
||||||
system_ready = -1;
|
system_ready = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1583,10 +1583,6 @@ static void handle_SIGCHLD(int sig)
|
||||||
|
|
||||||
pid = wait(&status);
|
pid = wait(&status);
|
||||||
|
|
||||||
if (pid > 0) {
|
|
||||||
printf("ASS %d\n", pid);
|
|
||||||
}
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue