]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
linuxdvb: diseqc tune - show the wait trace msg for rotor
authorJaroslav Kysela <perex@perex.cz>
Fri, 19 Sep 2014 20:48:02 +0000 (22:48 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 19 Sep 2014 20:48:02 +0000 (22:48 +0200)
src/input/mpegts/linuxdvb/linuxdvb_satconf.c

index 635288ed6bf4b70679e67a92d53680522f9c63f9..41ad0de84700137dfead0005ba81d30d155d9886 100644 (file)
@@ -651,6 +651,7 @@ linuxdvb_satconf_ele_tune ( linuxdvb_satconf_ele_t *lse )
 
     /* Pending */
     if (r != 0) {
+      tvhtrace("diseqc", "waiting %d seconds to finish setup for %s", r, lds[i]->ld_type);
       gtimer_arm(&ls->ls_diseqc_timer, linuxdvb_satconf_ele_tune_cb, lse, r);
       ls->ls_diseqc_idx = i + 1;
       return 0;