www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / busybox / sysklogd / logread.c
index 70d1db6..f45cef9 100755 (executable)
@@ -177,7 +177,9 @@ static void interrupted(int sig){
 }
 
 static void error_exit(const char *str){
+#ifdef DEBUG
        perror(str);
+#endif
        //release all acquired resources
        if (log_shmid != -1)
                shmdt(buf);