]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
tvhdhomerun: the hdhomerun_device_get_tuner_status does not return status string...
authorJaroslav Kysela <perex@perex.cz>
Mon, 22 Feb 2016 20:38:54 +0000 (21:38 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 22 Feb 2016 20:38:54 +0000 (21:38 +0100)
src/input/mpegts/tvhdhomerun/tvhdhomerun_frontend.c

index b8a0fba1971c58f61d03e5d64b7c0002528bfa9a..fba6ef7ddb2a40cce820102c13491ec694321416 100644 (file)
@@ -235,7 +235,7 @@ tvhdhomerun_frontend_monitor_cb( void *aux )
   res = hdhomerun_device_get_tuner_status(hfe->hf_hdhomerun_tuner, &tuner_status_str, &tuner_status);
   pthread_mutex_unlock(&hfe->hf_hdhomerun_device_mutex);
   if(res < 1)
-    tvhwarn("tvhdhomerun", "tuner_status (%d): %s", res, tuner_status_str);
+    tvhwarn("tvhdhomerun", "tuner_status (%d)", res);
 
   if(tuner_status.signal_present)
     hfe->hf_status = SIGNAL_GOOD;