don't use internals of other classes
[enigma2.git] / lib / dvb / frontend.cpp
index 022b90955be5243b86d3ea4d0d6ebbec09293112..b8debd81c21754a4caec1b6459a63ceeab047f4c 100644 (file)
@@ -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;
        }