mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix debug msg
This commit is contained in:
parent
fd52d607b0
commit
cfccf68bf6
1 changed files with 2 additions and 1 deletions
|
|
@ -2390,7 +2390,8 @@ syncprov_init()
|
|||
SLAP_CTRL_HIDE|SLAP_CTRL_SEARCH, NULL,
|
||||
syncprov_parseCtrl, &slap_cids.sc_LDAPsync );
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
fprintf( stderr, "Failed to register control %d\n", rc );
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"syncprov_init: Failed to register control %d\n", rc, 0, 0 );
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue