mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-repl: make getncchanges a bit less verbose
this should reduce some of the clutter in make test
This commit is contained in:
parent
c53210bf06
commit
d72dbe847e
@ -1482,7 +1482,7 @@ WERROR dcesrv_drsuapi_DsGetNCChanges(struct dcesrv_call_state *dce_call, TALLOC_
|
||||
r->out.ctr->ctr6.extended_ret = DRSUAPI_EXOP_ERR_SUCCESS;
|
||||
}
|
||||
|
||||
DEBUG(r->out.ctr->ctr6.more_data?2:1,
|
||||
DEBUG(r->out.ctr->ctr6.more_data?4:2,
|
||||
("DsGetNCChanges with uSNChanged >= %llu flags 0x%08x on %s gave %u objects (done %u/%u) %u links (done %u/%u (as %s))\n",
|
||||
(unsigned long long)(req8->highwatermark.highest_usn+1),
|
||||
req8->replica_flags, ncRoot->dn,
|
||||
|
Loading…
Reference in New Issue
Block a user