mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
s4:drsuapi:getncchanges: use DBG_ERR() macro
The next commit will indent this more, so it's a bit squished up.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15701
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jennifer Sutton <josutton@catalyst.net.nz>
(cherry picked from commit 5ef2701903
)
This commit is contained in:
parent
9954fd8994
commit
6c66d01c6d
@ -3029,11 +3029,14 @@ allowed:
|
||||
ret = drsuapi_DsReplicaHighWaterMark_cmp(&getnc_state->last_hwm,
|
||||
&req10->highwatermark);
|
||||
if (ret != 0) {
|
||||
DEBUG(0,(__location__ ": DsGetNCChanges 2nd replication "
|
||||
"on DN %s %s highwatermark (last_dn %s)\n",
|
||||
ldb_dn_get_linearized(getnc_state->ncRoot_dn),
|
||||
DBG_ERR("DsGetNCChanges 2nd replication "
|
||||
"on DN %s %s highwatermark "
|
||||
"(last_dn %s)\n",
|
||||
ldb_dn_get_linearized(
|
||||
getnc_state->ncRoot_dn),
|
||||
(ret > 0) ? "older" : "newer",
|
||||
ldb_dn_get_linearized(getnc_state->last_dn)));
|
||||
ldb_dn_get_linearized(
|
||||
getnc_state->last_dn));
|
||||
TALLOC_FREE(getnc_state);
|
||||
b_state->getncchanges_full_repl_state = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user