1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

s4-repl: raise a debug level

This commit is contained in:
Andrew Tridgell 2009-09-16 03:57:56 -07:00
parent 1b3f5cee2e
commit c405d721c1

View File

@ -109,7 +109,7 @@ static void dreplsrv_pending_op_callback(struct dreplsrv_out_operation *op)
if (W_ERROR_IS_OK(rf->result_last_attempt)) {
rf->consecutive_sync_failures = 0;
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)));
goto done;
}