From 03a55f1b1f116e2eb650b434d95e28b2dde1d1cc Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 20 Aug 2007 17:35:37 +0200 Subject: [PATCH] Finish ccollect-logwrapper.sh, without testing --- tools/ccollect-logwrapper.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/ccollect-logwrapper.sh b/tools/ccollect-logwrapper.sh index 518201e..f2feb0c 100755 --- a/tools/ccollect-logwrapper.sh +++ b/tools/ccollect-logwrapper.sh @@ -4,8 +4,6 @@ # Date: Fr 8. Jun 10:30:24 CEST 2007 # Call the log-wrapper instead of ccollect.sh and it will create nice logs -Analyses output produced by ccollect. - # # where to find our configuration and temporary file # @@ -20,6 +18,7 @@ pid=$$ logfile="${logdir}/$(${CDATE}).${pid}" # use syslog normally +# Also use echo, can be redirected with > /dev/null if someone cares _echo() { logger "${we}-${pid}: $@"