diff options
author | horchi <vdr@jwendel.de> | 2017-03-18 11:56:16 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-18 11:56:16 +0100 |
commit | 3d410346bfd642e152453c898c8d98b4b7a4800d (patch) | |
tree | cf460b83edcfaab780cbcb16ce478d81389e5695 /lib | |
parent | 48392aab9ed36c389db18fb95e230d3eed08f18c (diff) | |
download | vdr-epg-daemon-3d410346bfd642e152453c898c8d98b4b7a4800d.tar.gz vdr-epg-daemon-3d410346bfd642e152453c898c8d98b4b7a4800d.tar.bz2 |
added dynamic pause hadling for scraper movie download
Diffstat (limited to 'lib')
-rw-r--r-- | lib/searchtimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/searchtimer.c b/lib/searchtimer.c index e9081fb..50861f3 100644 --- a/lib/searchtimer.c +++ b/lib/searchtimer.c @@ -690,7 +690,7 @@ int cSearchTimer::checkTimers() { int count = 0; - tell(1, "Checking timers against actual epg and serarchtimer settings"); + tell(1, "Checking timers against actual epg and searchtimer settings"); if (checkConnection() != success) return 0; |