From: Quanah Gibson-Mount Date: Wed, 2 Sep 2020 19:31:59 +0000 (+0000) Subject: Tweak prev commit for RE24 style debug X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~13^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d224e576a93cbeb904e01ca9f326248fe55b34eb;p=thirdparty%2Fopenldap.git Tweak prev commit for RE24 style debug --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index b30ed64aff..e11450efb2 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -1072,7 +1072,7 @@ do_syncrep1( si->si_refreshDone = 0; Debug( LDAP_DEBUG_SYNC, "do_syncrep1: %s starting refresh (sending cookie=%s)\n", - si->si_ridtxt, si->si_syncCookie.octet_str.bv_val ); + si->si_ridtxt, si->si_syncCookie.octet_str.bv_val, 0 ); rc = ldap_sync_search( si, op->o_tmpmemctx );