log rid when syncrepl stanza successfully added (ITS#6533)

This commit is contained in:
Pierangelo Masarati 2010-04-25 17:49:37 +00:00
parent df9f2d87a5
commit 68257f6c5c

View 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;