]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't print ASS
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 13 Jun 2012 16:29:14 +0000 (11:29 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 13 Jun 2012 16:29:14 +0000 (11:29 -0500)
src/switch.c
src/switch_core.c

index 189eea40cf9a9068b328162891645445359c5d1e..3903a156041037e275132fb24f1ee430e264b9c3 100644 (file)
@@ -102,7 +102,6 @@ static void handle_SIGCHLD(int sig)
        pid = wait(&status);
        
        if (pid > 0) {
-               printf("ASS %d\n", pid);
                system_ready = -1;
        }
 
index 8f1543e02845fa539ac0455c04f31d3c6a70b519..2f29097008bec8fbe64dc21af271ad9de105ed22 100644 (file)
@@ -1583,10 +1583,6 @@ static void handle_SIGCHLD(int sig)
 
        pid = wait(&status);
        
-       if (pid > 0) {
-               printf("ASS %d\n", pid);
-       }
-
        return;
 }
 #endif