From: Howard Chu Date: Mon, 26 Apr 2010 12:07:08 +0000 (+0000) Subject: ITS#6533 put rid first, in front of url X-Git-Tag: MIGRATION_CVS2GIT~600 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6273df07da2d23bea3f79ce630f8778e1881b3a7;p=openldap ITS#6533 put rid first, in front of url --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 689761ffe4..1a3e95e259 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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;