Fix debug msg

This commit is contained in:
Howard Chu 2005-05-09 10:33:01 +00:00
parent fd52d607b0
commit cfccf68bf6

View file

@ -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;
}