]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
dccp_send: comment out noisy debug message.
authorAndre <maan@p133.(none)>
Tue, 14 Mar 2006 18:16:52 +0000 (19:16 +0100)
committerAndre <maan@p133.(none)>
Tue, 14 Mar 2006 18:16:52 +0000 (19:16 +0100)
dccp_send.c

index 08b3069fcdbc0f554a5e0ca655930ddd109ab360..5478c1d19a23210ae719a4f0c80e9cca56376541 100644 (file)
@@ -136,7 +136,7 @@ static void dccp_send(__unused struct audio_format *af,
                        if (!_write_ok(dc->fd))
                                continue;
                }
-               PARA_DEBUG_LOG("writing %d bytes to fd %d\n", len, dc->fd);
+//             PARA_DEBUG_LOG("writing %d bytes to fd %d\n", len, dc->fd);
                ret = write(dc->fd, buf, len);
                if (ret != len)
                        dccp_shutdown_client(dc);