]> git.sur5r.net Git - openldap/commitdiff
ITS#6533 put rid first, in front of url
authorHoward Chu <hyc@openldap.org>
Mon, 26 Apr 2010 12:07:08 +0000 (12:07 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 26 Apr 2010 12:07:08 +0000 (12:07 +0000)
servers/slapd/syncrepl.c

index 689761ffe494270a20d9a91e4dcfc3f6196c577e..1a3e95e25963a8258121874ac9d7da359746a916 100644 (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;