From: Andre Date: Tue, 14 Mar 2006 18:16:52 +0000 (+0100) Subject: dccp_send: comment out noisy debug message. X-Git-Tag: v0.2.12~150 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=41b4536e1918774bb30480e3437247e18bc81a35 dccp_send: comment out noisy debug message. --- diff --git a/dccp_send.c b/dccp_send.c index 08b3069f..5478c1d1 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -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);