aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index 022b9095..b8debd81 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -637,9 +637,9 @@ RESULT eDVBFrontend::tune(const iDVBFrontendParameters &where)
if (res)
return res;
#if HAVE_DVB_API_VERSION < 3
- eDebug("tuning to %d mhz", parm.Frequency/100);
+ eDebug("tuning to %d mhz", parm.Frequency/1000);
#else
- eDebug("tuning to %d mhz", parm.frequency/100);
+ eDebug("tuning to %d mhz", parm.frequency/1000);
#endif
break;
}