mpegts network scan: remove debug printf(), add help for init+idle scan checkboxes

This commit is contained in:
Jaroslav Kysela 2014-11-14 15:36:23 +01:00
parent af4a2af9ab
commit fdbe678793
2 changed files with 6 additions and 1 deletions

View file

@ -30,6 +30,12 @@ The rows have the following functions
<p>
<dt><b>Networks</b></dt>
<dd>Associate this device with one or more networks.</dd>
<p>
<dt><b>Init Scan</b></dt>
<dd>Allow the initial scan tuning on this device.</dd>
<p>
<dt><b>Idle Scan</b></dt>
<dd>Allow the idle scan tuning on this device.</dd>
<p>
<dt><b>Power Save</b></dt>
<dd>If enabled, allows the tuner to go to sleep when idle.</dd>

View file

@ -50,7 +50,6 @@ mpegts_network_scan_timer_cb ( void *p )
assert(mm->mm_scan_state == MM_SCAN_STATE_PEND);
/* Attempt to tune */
printf("mm->mm_scan_flags = 0x%x\n", mm->mm_scan_flags);
r = mpegts_mux_subscribe(mm, "scan", mm->mm_scan_weight, mm->mm_scan_flags);
/* Started */