]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/syncrepl.c
log rid when syncrepl stanza successfully added (ITS#6533)
[openldap] / servers / slapd / syncrepl.c
index 9b9c73e107b3866e5fc1201f00a3381743f76173..689761ffe494270a20d9a91e4dcfc3f6196c577e 100644 (file)
@@ -4592,9 +4592,9 @@ add_syncrepl(
                return 1;
        } else {
                Debug( LDAP_DEBUG_CONFIG,
-                       "Config: ** successfully added syncrepl \"%s\"\n",
+                       "Config: ** successfully added syncrepl \"%s\" %s\n",
                        BER_BVISNULL( &si->si_bindconf.sb_uri ) ?
-                       "(null)" : si->si_bindconf.sb_uri.bv_val, 0, 0 );
+                       "(null)" : si->si_bindconf.sb_uri.bv_val, si->si_ridtxt, 0 );
                if ( c->be->be_syncinfo ) {
                        syncinfo_t *sip;