diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-15 09:23:14 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-15 09:23:14 -0700 |
commit | 865e65a163145b0aee724210744955af96d618b8 (patch) | |
tree | b2ad750e96ab96f78cf41940ab841b73bd82bec9 | |
parent | f07e77e13ff86c76644660e2d574e663c9ffdeb8 (diff) | |
download | samba-865e65a163145b0aee724210744955af96d618b8.tar.gz samba-865e65a163145b0aee724210744955af96d618b8.tar.bz2 samba-865e65a163145b0aee724210744955af96d618b8.zip |
s4-repl: add a debug to make it easier to monitor replication
-rw-r--r-- | source4/dsdb/repl/replicated_objects.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/dsdb/repl/replicated_objects.c b/source4/dsdb/repl/replicated_objects.c index fb6d4c18ec..2f4efc0fee 100644 --- a/source4/dsdb/repl/replicated_objects.c +++ b/source4/dsdb/repl/replicated_objects.c @@ -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 { |