summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-19 13:38:15 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-19 13:38:15 +0200
commit70eafd259abf5a8f75ddfd52cd5fe2fab9656acc (patch)
treec4939d36d72308889c9ddbafae7c266cea43350a /vdr.c
parent6de7f7e8b2233189115fca4dec705e946359516f (diff)
downloadvdr-70eafd259abf5a8f75ddfd52cd5fe2fab9656acc.tar.gz
vdr-70eafd259abf5a8f75ddfd52cd5fe2fab9656acc.tar.bz2
Removed the 'system time seen...' message
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/vdr.c b/vdr.c
index 4777f87f..efba4666 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/people/kls/vdr
*
- * $Id: vdr.c 1.83 2001/10/07 15:13:48 kls Exp $
+ * $Id: vdr.c 1.84 2001/10/19 13:37:24 kls Exp $
*/
#include <getopt.h>
@@ -359,8 +359,6 @@ int main(int argc, char *argv[])
cRecordControls::Process(Now);
cTimer *Timer = Timers.GetMatch(Now);
if (Timer) {
- if (!Timer->pending)
- dsyslog(LOG_INFO, "system time seen is %s", ctime(&Now));
if (!cRecordControls::Start(Timer))
Timer->SetPending(true);
}