X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Fservicedvb.cpp;h=3e580914ea0b7273b0c90b23b76b2b0bd3f034cf;hb=fd388a500b0c45afb1668ba28758dbc1ea5631b1;hp=6a464aff87934fc30f2f2c7aee15a6ee1949a336;hpb=32c942bb429ba650aeeed2887f6caed7deed0e39;p=vuplus_dvbapp diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 6a464af..3e58091 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -905,7 +905,7 @@ RESULT eServiceFactoryDVB::lookupService(ePtr &service, const eServ /* we are sure to have a ..DVB reference as the info() call was forwarded here according to it's ID. */ if ((err = db->getService((eServiceReferenceDVB&)ref, service)) != 0) { - eDebug("getService failed!"); +// eDebug("getService failed!"); return err; } }