summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-16 03:57:56 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-16 03:58:17 -0700
commit45cebf7f113c3ff3c1b029c591dbbbb879b992f8 (patch)
tree71c3c397aeea6b48541e16152be2ca6309c9dc99
parent98f2a3b6a3a068e4d9741eed8a8648d85c318207 (diff)
downloadsamba-45cebf7f113c3ff3c1b029c591dbbbb879b992f8.tar.gz
samba-45cebf7f113c3ff3c1b029c591dbbbb879b992f8.tar.bz2
samba-45cebf7f113c3ff3c1b029c591dbbbb879b992f8.zip
s4-repl: raise a debug level
-rw-r--r--source4/dsdb/repl/drepl_out_pull.c2
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;
}