mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
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);
|
||||
|
||||
if (pid > 0) {
|
||||
printf("ASS %d\n", pid);
|
||||
system_ready = -1;
|
||||
}
|
||||
|
||||
|
@ -1583,10 +1583,6 @@ static void handle_SIGCHLD(int sig)
|
||||
|
||||
pid = wait(&status);
|
||||
|
||||
if (pid > 0) {
|
||||
printf("ASS %d\n", pid);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user