1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

drepl-notify: change misleading message

Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Matthieu Patou 2012-10-15 22:15:17 -07:00 committed by Andrew Bartlett
parent 0a4a4ba3f6
commit d7bbd182b3

View 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;
}