remove debugging printf
[ust.git] / ustd / ustd.c
index ac60b3d9199414dd61187a65ec9b874d170a9dae..8a1f4d60c2df6397cbccdd5af6d5b54a8849023f 100644 (file)
@@ -796,7 +796,6 @@ int start_ustd(int fd)
                result = ustcomm_ustd_recv_message(&ustd, &recvbuf, NULL, timeout);
                if(result == -1 && errno == EINTR) {
                        /* Caught signal */
-                       printf("Caught signal\n");
                }
                else if(result == -1) {
                        ERR("error in ustcomm_ustd_recv_message");
This page took 0.022351 seconds and 4 git commands to generate.