From 5cec86ec27a4292dcde1b45003ff74bd64c465d6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 19 Sep 2009 14:27:29 -0700 Subject: s4:dsdb Print the partition we failed to suggest replication for --- source4/dsdb/repl/drepl_notify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/dsdb/repl/drepl_notify.c') 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", -- cgit