diff options
Diffstat (limited to 'xmltv2vdr.cpp')
-rw-r--r-- | xmltv2vdr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmltv2vdr.cpp b/xmltv2vdr.cpp index a13a3d3..3b4c00b 100644 --- a/xmltv2vdr.cpp +++ b/xmltv2vdr.cpp @@ -833,7 +833,9 @@ time_t cPluginXmltv2vdr::WakeupTime(void) if (!wakeup) return (time_t) 0; time_t nextruntime=g.EPGSources()->NextRunTime(); if (nextruntime) nextruntime-=(time_t) 180; + #ifdef VDRDBG tsyslog("reporting wakeuptime %s",ctime(&nextruntime)); + #endif return nextruntime; } |