From 4a564c42d70cceea0e4181c2db5d35a5a5c91be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 8 Nov 2009 22:16:17 +0000 Subject: [PATCH] Add more logging info when tuning fails --- src/dvb/dvb_fe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dvb/dvb_fe.c b/src/dvb/dvb_fe.c index 26b346f1..8b5abb97 100644 --- a/src/dvb/dvb_fe.c +++ b/src/dvb/dvb_fe.c @@ -367,8 +367,8 @@ dvb_fe_tune(th_dvb_mux_instance_t *tdmi, const char *reason) if(r != 0) { tvhlog(LOG_ERR, "dvb", "\"%s\" tuning to \"%s\"" - " -- Front configuration failed -- %s", - tda->tda_rootpath, buf, strerror(errno)); + " -- Front configuration failed -- %s, frequency: %ld", + tda->tda_rootpath, buf, strerror(errno), p->frequency); } tda->tda_mux_current = tdmi;