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