X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fservice%2Fservicedvb.cpp;h=52286772b06d39b44ad801efc524bcb0024f9ff7;hp=2889ad303ff07bdaa4e96f6e14071a6d1197183b;hb=c3f347af4ddf3cc52fe3d8e89a361746d1f5067d;hpb=f45bc033d3b701f2eee0a435d6b4f8d450455cda diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 2889ad3..5228677 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; } }