From 6a7db8bd3704600bf88bf2bf36121f475410b032 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Thu, 10 Jun 2010 19:15:14 +0000 Subject: [PATCH] ITS#6533 --- CHANGES | 1 + servers/slapd/syncrepl.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 7346b2a516..8398634b2d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ OpenLDAP 2.4 Change Log OpenLDAP 2.4.23 Engineering + Fixed slapd syncrepl rid logging (ITS#6533) Fixed contrib/nssov network.c missing patch (ITS#6562) OpenLDAP 2.4.22 Release (2010/04/24) diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 9b9c73e107..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\"\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, 0, 0 ); + "(null)" : si->si_bindconf.sb_uri.bv_val, 0 ); if ( c->be->be_syncinfo ) { syncinfo_t *sip; -- 2.39.5