]> git.sur5r.net Git - openldap/commitdiff
Add loglevel sync to the default
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 30 Nov 2009 21:43:06 +0000 (21:43 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 30 Nov 2009 21:43:06 +0000 (21:43 +0000)
tests/scripts/defines.sh

index 013e7e514703ad697c6172b28b0969dda738e8fc..7076ae8d71d136d28c1ab8e150920ae9e9efee56 100755 (executable)
@@ -192,7 +192,7 @@ LDAPCOMPARE="$CLIENTDIR/ldapcompare $TOOLARGS"
 LDAPEXOP="$CLIENTDIR/ldapexop $TOOLARGS"
 SLAPDTESTER=$PROGDIR/slapd-tester
 LDIFFILTER=$PROGDIR/ldif-filter
-LVL=${SLAPD_DEBUG-261}
+LVL=${SLAPD_DEBUG-0x4105}
 LOCALHOST=localhost
 BASEPORT=${SLAPD_BASEPORT-9010}
 PORT1=`expr $BASEPORT + 1`