mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
s4-repl: raise a debug level
This commit is contained in:
parent
1b3f5cee2e
commit
c405d721c1
@ -109,7 +109,7 @@ static void dreplsrv_pending_op_callback(struct dreplsrv_out_operation *op)
|
|||||||
if (W_ERROR_IS_OK(rf->result_last_attempt)) {
|
if (W_ERROR_IS_OK(rf->result_last_attempt)) {
|
||||||
rf->consecutive_sync_failures = 0;
|
rf->consecutive_sync_failures = 0;
|
||||||
rf->last_success = now;
|
rf->last_success = now;
|
||||||
DEBUG(2,("dreplsrv_op_pull_source(%s)\n",
|
DEBUG(3,("dreplsrv_op_pull_source(%s)\n",
|
||||||
win_errstr(rf->result_last_attempt)));
|
win_errstr(rf->result_last_attempt)));
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user