From: Jaroslav Kysela Date: Tue, 13 Jan 2015 19:33:49 +0000 (+0100) Subject: SAT>IP: remove debug printf X-Git-Tag: v4.1~480 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04fcdce37d349f2924081f7769efb1fed4e36a77;p=thirdparty%2Ftvheadend.git SAT>IP: remove debug printf --- diff --git a/src/input/mpegts/satip/satip_frontend.c b/src/input/mpegts/satip/satip_frontend.c index ba8f5d09e..3ce956609 100644 --- a/src/input/mpegts/satip/satip_frontend.c +++ b/src/input/mpegts/satip/satip_frontend.c @@ -1047,10 +1047,8 @@ satip_frontend_extra_shutdown } else { while (1) { r = http_client_run(rtsp); - if (r != HTTP_CON_RECEIVING && r != HTTP_CON_SENDING) { - printf("%s", rtsp->hc_data); + if (r != HTTP_CON_RECEIVING && r != HTTP_CON_SENDING) break; - } nfds = tvhpoll_wait(efd, &ev, 1, 100); if (nfds == 0) break;