summaryrefslogtreecommitdiff
path: root/handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'handler.h')
-rw-r--r--handler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/handler.h b/handler.h
index 3146910..799c144 100644
--- a/handler.h
+++ b/handler.h
@@ -970,10 +970,7 @@ class cEpg2VdrEpgHandler : public cEpgHandler
// beschäftigt ist (ergo wir den lock nicht bekommen) erst mal ignorieren
if (!handlerMutex.tryLock())
- {
- tell(0, "Error: EPG Handler not working - broken SegmentTransfer sequence in VDR");
return false;
- }
return getHandler()->BeginSegmentTransfer(Channel, dummy);
}