mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#6467 Adjust log message
This commit is contained in:
parent
c216ef53cd
commit
5943a33456
@ -1901,7 +1901,7 @@ syncprov_accesslog_uuid_cb( Operation *op, SlapReply *rs )
|
||||
if ( cmp <= 0 ) {
|
||||
Debug( LDAP_DEBUG_SYNC, "%s syncprov_accesslog_uuid_cb: "
|
||||
"cmp %d, csn %s too old\n",
|
||||
op->o_log_prefix, cmp, srs->sr_state.ctxcsn[i].bv_val );
|
||||
op->o_log_prefix, cmp, csn[0].bv_val );
|
||||
return rs->sr_err;
|
||||
}
|
||||
|
||||
@ -1918,7 +1918,7 @@ syncprov_accesslog_uuid_cb( Operation *op, SlapReply *rs )
|
||||
if ( cmp > 0 ) {
|
||||
Debug( LDAP_DEBUG_SYNC, "%s syncprov_accesslog_uuid_cb: "
|
||||
"cmp %d, csn %s too new\n",
|
||||
op->o_log_prefix, cmp, srs->sr_state.ctxcsn[i].bv_val );
|
||||
op->o_log_prefix, cmp, csn[0].bv_val );
|
||||
return rs->sr_err;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user