summaryrefslogtreecommitdiff
path: root/epg.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-29 13:00:39 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-29 13:00:39 +0100
commit778a6b47ca84ba3f8357fb7ac9daa120eeb12d3b (patch)
treebc96a7fc225fdbe8e5cc78fbc0fe0d0314e98cc8 /epg.c
parent1a4526a3dff752b3088f89835761c882ce904e0e (diff)
downloadvdr-778a6b47ca84ba3f8357fb7ac9daa120eeb12d3b.tar.gz
vdr-778a6b47ca84ba3f8357fb7ac9daa120eeb12d3b.tar.bz2
Dropped logging writing epg.data (comes too often)
Diffstat (limited to 'epg.c')
-rw-r--r--epg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epg.c b/epg.c
index 8cb39e81..409f83a7 100644
--- a/epg.c
+++ b/epg.c
@@ -7,7 +7,7 @@
* Original version (as used in VDR before 1.3.0) written by
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $Id: epg.c 1.54 2006/01/29 11:27:43 kls Exp $
+ * $Id: epg.c 1.55 2006/01/29 13:00:26 kls Exp $
*/
#include "epg.h"
@@ -911,7 +911,6 @@ void cSchedules::Cleanup(bool Force)
ReportEpgBugFixStats(true);
}
if (epgDataFileName && now - lastDump > 600) {
- isyslog("writing EPG data to %s", epgDataFileName);
cSafeFile f(epgDataFileName);
if (f.Open()) {
Dump(f);