From: Stefan Pluecken Date: Fri, 11 Nov 2005 22:07:12 +0000 (+0000) Subject: ... X-Git-Tag: 2.6.0~5318 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d6f678d05d649af1d5b124c85adeab350ab40645 ... --- 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; }