]> git.sur5r.net Git - openldap/commitdiff
NEW_LOGGING bugs (ITS#1730)
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Apr 2002 17:54:52 +0000 (17:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Apr 2002 17:54:52 +0000 (17:54 +0000)
Here a patch for another:  A spurious `"' in back-ldbm.
From Hallvard.

servers/slapd/back-ldbm/config.c

index 3c8475024e5621e81739513579404b4ef4e2c1ca..2cb64aa675aa263749c569475003c23ccc26427c 100644 (file)
@@ -177,7 +177,7 @@ ldbm_back_db_config(
 
 #else
 #ifdef NEW_LOGGING
-               LDAP_LOG (( "config",LDAP_LEVEL_ERR, "ldbm_back_db_config: "\"dbsync\""
+               LDAP_LOG (( "config", LDAP_LEVEL_ERR, "ldbm_back_db_config: \"dbsync\""
                        " policies not supported in non-threaded environments\n" ));
 #else  
                Debug( LDAP_DEBUG_ANY,