X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3d054bf2cc5942ca6e15c8944b4d927d85903713..cae001777c7b32bdb4f6f4199e9f49058946fe9f:/lib/dvb/frontend.cpp?ds=inline 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; }