From: Jaroslav Kysela Date: Sun, 14 Dec 2014 15:00:47 +0000 (+0100) Subject: linuxdvb diseqc: improve log X-Git-Tag: v4.1~606 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4fed8839b4fbb2033b907cde49629c73f64ed5a;p=thirdparty%2Ftvheadend.git linuxdvb diseqc: improve log --- diff --git a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c index 249053d22..a774d3e51 100644 --- a/src/input/mpegts/linuxdvb/linuxdvb_satconf.c +++ b/src/input/mpegts/linuxdvb/linuxdvb_satconf.c @@ -690,6 +690,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse ) if (!lse->lse_en50494 || lse->lse_switch || lse->lse_rotor) { if (ls->ls_diseqc_full || ls->ls_last_tone_off != 1) { + tvhtrace("diseqc", "initial tone off"); if (ioctl(lfe->lfe_fe_fd, FE_SET_TONE, SEC_TONE_OFF)) { tvherror("diseqc", "failed to disable tone"); return -1;