mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
s4-repl: add a debug to make it easier to monitor replication
This commit is contained in:
parent
444a05c28d
commit
089dc64cbb
@ -297,6 +297,11 @@ WERROR dsdb_extended_replicated_objects_commit(struct ldb_context *ldb,
|
||||
return WERR_FOOBAR;
|
||||
}
|
||||
|
||||
DEBUG(2,("Replicated %u objects (%u linked attributes) for %s\n",
|
||||
out->num_objects, out->linked_attributes_count,
|
||||
ldb_dn_get_linearized(out->partition_dn)));
|
||||
|
||||
|
||||
if (_out) {
|
||||
*_out = out;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user