mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 00:33:43 -05:00
fix bad debug message
This commit is contained in:
parent
005823e032
commit
453e69d636
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ ldbm_back_db_config(
|
|||
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"\"dbsync\" policies not supported in non-threaded environments\n");
|
||||
"\"dbsync\" policies not supported in non-threaded environments\n", 0, 0, 0);
|
||||
return 1;
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue