mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s4-drs: give DN of failed replication partition
This commit is contained in:
parent
04e82370db
commit
b37bec8e06
@ -123,10 +123,11 @@ static void dreplsrv_pending_op_callback(struct tevent_req *subreq)
|
||||
|
||||
rf->consecutive_sync_failures++;
|
||||
|
||||
DEBUG(1,("dreplsrv_op_pull_source(%s/%s) failures[%u]\n",
|
||||
win_errstr(rf->result_last_attempt),
|
||||
nt_errstr(werror_to_ntstatus(rf->result_last_attempt)),
|
||||
rf->consecutive_sync_failures));
|
||||
DEBUG(1,("dreplsrv_op_pull_source(%s/%s) for %s failures[%u]\n",
|
||||
win_errstr(rf->result_last_attempt),
|
||||
win_errstr(rf->result_last_attempt),
|
||||
ldb_dn_get_linearized(op->source_dsa->partition->dn),
|
||||
rf->consecutive_sync_failures));
|
||||
|
||||
done:
|
||||
if (op->callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user