summaryrefslogtreecommitdiff
path: root/source4/dsdb/repl/drepl_notify.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-09-19 14:27:29 -0700
committerAndrew Bartlett <abartlet@samba.org>2009-09-19 14:36:14 -0700
commit5cec86ec27a4292dcde1b45003ff74bd64c465d6 (patch)
treeb0735b7b98285e3b7836e8aea81c1285dc7d59b5 /source4/dsdb/repl/drepl_notify.c
parent59bea8436267cbb6d6b1501af31b8948509b3bd4 (diff)
downloadsamba-5cec86ec27a4292dcde1b45003ff74bd64c465d6.tar.gz
samba-5cec86ec27a4292dcde1b45003ff74bd64c465d6.tar.bz2
samba-5cec86ec27a4292dcde1b45003ff74bd64c465d6.zip
s4:dsdb Print the partition we failed to suggest replication for
Diffstat (limited to 'source4/dsdb/repl/drepl_notify.c')
-rw-r--r--source4/dsdb/repl/drepl_notify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_notify.c b/source4/dsdb/repl/drepl_notify.c
index d354b4e299..e8652dcaf1 100644
--- a/source4/dsdb/repl/drepl_notify.c
+++ b/source4/dsdb/repl/drepl_notify.c
@@ -179,8 +179,9 @@ static void dreplsrv_notify_op_callback(struct dreplsrv_notify_operation *op)
status = composite_wait(op->creq);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0,("dreplsrv_notify: Failed to send DsReplicaSync to %s - %s\n",
+ DEBUG(0,("dreplsrv_notify: Failed to send DsReplicaSync to %s for %s - %s\n",
op->source_dsa->repsFrom1->other_info->dns_name,
+ ldb_dn_get_linearized(op->source_dsa->partition->dn),
nt_errstr(status)));
} else {
DEBUG(2,("dreplsrv_notify: DsReplicaSync OK for %s\n",