]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Tweak prev commit for RE24 style debug
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 2 Sep 2020 19:31:59 +0000 (19:31 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 2 Sep 2020 19:31:59 +0000 (19:31 +0000)
servers/slapd/syncrepl.c

index b30ed64affbe44261c744f73d9ab1a366e8527ce..e11450efb2e10168975cc7c7c972bc0e9ef0a736 100644 (file)
@@ -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 );