From d6f678d05d649af1d5b124c85adeab350ab40645 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 11 Nov 2005 22:07:12 +0000 Subject: [PATCH] ... --- lib/dvb/frontend.cpp | 4 ++-- 1 file 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; } -- 2.30.2