drepl-notify: change misleading message
authorMatthieu Patou <mat@matws.net>
Tue, 16 Oct 2012 05:15:17 +0000 (22:15 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 22 Jan 2013 10:13:57 +0000 (21:13 +1100)
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/repl/drepl_notify.c

index cd248d5133a10029ac2a363f8f91cf288264461d..905fe5f604fe44f84d351d5d8870665889f4ef67 100644 (file)
@@ -195,7 +195,7 @@ static void dreplsrv_notify_op_callback(struct tevent_req *subreq)
                         ldb_dn_get_linearized(op->source_dsa->partition->dn),
                         nt_errstr(status), win_errstr(werr)));
        } else {
-               DEBUG(2,("dreplsrv_notify: DsReplicaSync OK for %s\n",
+               DEBUG(2,("dreplsrv_notify: DsReplicaSync successfuly sent to %s\n",
                         op->source_dsa->repsFrom1->other_info->dns_name));
                op->source_dsa->notify_uSN = op->uSN;
        }