From: Kurt Zeilenga Date: Wed, 17 Apr 2002 17:54:52 +0000 (+0000) Subject: NEW_LOGGING bugs (ITS#1730) X-Git-Tag: OPENLDAP_REL_ENG_2_MP~178 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=84f4acf1243f8ef6ec2033bd8dfe266a0b1f9091;p=openldap NEW_LOGGING bugs (ITS#1730) Here a patch for another: A spurious `"' in back-ldbm. From Hallvard. --- diff --git a/servers/slapd/back-ldbm/config.c b/servers/slapd/back-ldbm/config.c index 3c8475024e..2cb64aa675 100644 --- a/servers/slapd/back-ldbm/config.c +++ b/servers/slapd/back-ldbm/config.c @@ -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,