ITS#6533 put rid first, in front of url

This commit is contained in:
Howard Chu 2010-04-26 12:07:08 +00:00
parent 68257f6c5c
commit 6273df07da

View file

@ -4592,9 +4592,10 @@ add_syncrepl(
return 1;
} else {
Debug( LDAP_DEBUG_CONFIG,
"Config: ** successfully added syncrepl \"%s\" %s\n",
"Config: ** successfully added syncrepl %s \"%s\"\n",
si->si_ridtxt,
BER_BVISNULL( &si->si_bindconf.sb_uri ) ?
"(null)" : si->si_bindconf.sb_uri.bv_val, si->si_ridtxt, 0 );
"(null)" : si->si_bindconf.sb_uri.bv_val, 0 );
if ( c->be->be_syncinfo ) {
syncinfo_t *sip;