]> git.sur5r.net Git - openldap/commitdiff
Add loglevel sync to the default
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Dec 2009 19:38:02 +0000 (19:38 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Dec 2009 19:38:02 +0000 (19:38 +0000)
tests/scripts/defines.sh

index 2eb09feae4423375894034c42477d6829020e923..20d20ebb83614d8fc53d5d835edb996bc341258b 100755 (executable)
@@ -192,7 +192,7 @@ LDAPWHOAMI="$CLIENTDIR/ldapwhoami $TOOLARGS"
 LDAPCOMPARE="$CLIENTDIR/ldapcompare $TOOLARGS"
 LDAPEXOP="$CLIENTDIR/ldapexop $TOOLARGS"
 SLAPDTESTER=$PROGDIR/slapd-tester
-LVL=${SLAPD_DEBUG-261}
+LVL=${SLAPD_DEBUG-0x4105}
 LOCALHOST=localhost
 BASEPORT=${SLAPD_BASEPORT-9010}
 PORT1=`expr $BASEPORT + 1`