From 219aaa7e5ba5768a941492e6770df77bfc782115 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 17 Feb 2006 03:24:20 +0000 Subject: [PATCH] Use cache debug level instead of trace --- tests/scripts/test020-proxycache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index f0fb00c2b4..08115edfbe 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -81,7 +81,7 @@ fi echo "Starting proxy cache on TCP/IP port $PORT2..." . $CONFFILTER < $PROXYCACHECONF > $CONF2 -$SLAPD -f $CONF2 -h $URI2 -d $LVL -d trace > $LOG2 2>&1 & +$SLAPD -f $CONF2 -h $URI2 -d $LVL -d cache > $LOG2 2>&1 & CACHEPID=$! if test $WAIT != 0 ; then echo CACHEPID $CACHEPID -- 2.39.2