From: Pierangelo Masarati Date: Sun, 25 Apr 2010 17:49:37 +0000 (+0000) Subject: log rid when syncrepl stanza successfully added (ITS#6533) X-Git-Tag: MIGRATION_CVS2GIT~601 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=68257f6c5cc8e6f15f57767a9dd4a55fa7e71a17;p=openldap log rid when syncrepl stanza successfully added (ITS#6533) --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 9b9c73e107..689761ffe4 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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;