]> git.sur5r.net Git - openldap/commitdiff
Fix debug msg
authorHoward Chu <hyc@openldap.org>
Mon, 9 May 2005 10:33:01 +0000 (10:33 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 9 May 2005 10:33:01 +0000 (10:33 +0000)
servers/slapd/overlays/syncprov.c

index dbe93b61f177a169f973957b22a2ca5d2e25a3e2..5c51f03c2d84e9a02f50838b8c819223f0d90ce9 100644 (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;
        }