From a812b3d886c8c816508d878ec9b2f6761b56e13e Mon Sep 17 00:00:00 2001 From: josch Date: Fri, 11 Apr 2008 08:48:25 +0000 Subject: [PATCH] sanitized daemon output git-svn-id: http://yolanda.mister-muffin.de/svn@295 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/tools/daemon.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/tools/daemon.pl b/trunk/tools/daemon.pl index c3690c5..bdaeff9 100755 --- a/trunk/tools/daemon.pl +++ b/trunk/tools/daemon.pl @@ -24,9 +24,9 @@ sub appendlog if (open(FILE, ">>$LOG")) { print FILE scalar(localtime)." ".$$."\n"; - print "------------------------------------\n"; - print join("\n",@_)."\n"; - print "------------------------------------\n\n"; + #print "------------------------------------\n"; + #print join("\n",@_)."\n"; + #print "------------------------------------\n\n"; close FILE; } }