From: Andrew Bartlett Date: Sat, 19 Sep 2009 21:27:29 +0000 (-0700) Subject: s4:dsdb Print the partition we failed to suggest replication for X-Git-Tag: talloc-2.0.1~486 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=5cec86ec27a4292dcde1b45003ff74bd64c465d6 s4:dsdb Print the partition we failed to suggest replication for --- diff --git a/source4/dsdb/repl/drepl_notify.c b/source4/dsdb/repl/drepl_notify.c index d354b4e2993..e8652dcaf13 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",