]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb diseqc: improve log
authorJaroslav Kysela <perex@perex.cz>
Sun, 14 Dec 2014 15:00:47 +0000 (16:00 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 14 Dec 2014 15:00:47 +0000 (16:00 +0100)
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index 249053d22999ec4dc3c1fc9bbaa530d07bf433a5..a774d3e5148a77a4d583f7f21ba8ed35fb2dfb29 100644 (file)
@@ -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;