diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-15 09:23:14 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-15 14:52:00 -0700 |
commit | 451a537caa2207bb5e0a8818326a5f164c0d559a (patch) | |
tree | c13d2db3eb40c33ffd65c800447a256b9b74fe92 /source4 | |
parent | 8703d9f5bfd8ded57f263fd4a1f70d121b656b03 (diff) | |
download | samba-451a537caa2207bb5e0a8818326a5f164c0d559a.tar.gz samba-451a537caa2207bb5e0a8818326a5f164c0d559a.tar.bz2 samba-451a537caa2207bb5e0a8818326a5f164c0d559a.zip |
s4-repl: add a debug to make it easier to monitor replication
Diffstat (limited to 'source4')
-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 { |