1
0
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:
Andrew Tridgell 2009-09-15 09:23:14 -07:00
parent 444a05c28d
commit 089dc64cbb

View File

@ -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 {