add pcr handling
[enigma2.git] / lib / dvb / scan.cpp
index b6d0575bfafd32720ac6c0beb0880a143a9d6a4c..0fc3e0a8ed34c04accff85149505ea3f677f4872 100644 (file)
@@ -13,8 +13,8 @@
 #include <lib/base/eerror.h>
 #include <errno.h>
 
-#define SCAN_eDebug(x...)
-#define SCAN_eDebugNoNewLine(x...)
+#define SCAN_eDebug(x...) eDebug(x)
+#define SCAN_eDebugNoNewLine(x...) eDebugNoNewLine(x)
 
 DEFINE_REF(eDVBScan);