- fixed dvb scan
[vuplus_dvbapp] / lib / dvb / demux.cpp
index 286821c..191d9c3 100644 (file)
@@ -74,6 +74,8 @@ eDVBSectionReader::eDVBSectionReader(eDVBDemux *demux, eMainloop *context, RESUL
 #endif
        fd = ::open(filename, O_RDWR);
        
+       eDebug("eDVBSectionReader has fd %d", fd);
+       
        if (fd >= 0)
        {
                notifier=new eSocketNotifier(context, fd, eSocketNotifier::Read);