mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
NEW_LOGGING bugs (ITS#1730)
Here a patch for another: A spurious `"' in back-ldbm. From Hallvard.
This commit is contained in:
parent
1dea5905c6
commit
84f4acf124
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue