diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-16 03:57:56 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-16 03:57:56 -0700 |
commit | c405d721c1a84bd2bdab2d56dd89e232cabe7955 (patch) | |
tree | 71c3c397aeea6b48541e16152be2ca6309c9dc99 /source4/dsdb/repl | |
parent | 1b3f5cee2e72b8eb3df4836c237255ac7ad57136 (diff) | |
download | samba-c405d721c1a84bd2bdab2d56dd89e232cabe7955.tar.gz samba-c405d721c1a84bd2bdab2d56dd89e232cabe7955.tar.bz2 samba-c405d721c1a84bd2bdab2d56dd89e232cabe7955.zip |
s4-repl: raise a debug level
Diffstat (limited to 'source4/dsdb/repl')
-rw-r--r-- | source4/dsdb/repl/drepl_out_pull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_out_pull.c b/source4/dsdb/repl/drepl_out_pull.c index b073d265c3..2793eec8b4 100644 --- a/source4/dsdb/repl/drepl_out_pull.c +++ b/source4/dsdb/repl/drepl_out_pull.c @@ -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; } |