From 6273df07da2d23bea3f79ce630f8778e1881b3a7 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 26 Apr 2010 12:07:08 +0000 Subject: [PATCH] ITS#6533 put rid first, in front of url --- servers/slapd/syncrepl.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.5