diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-09-15 09:23:14 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-09-15 18:45:41 -0700 |
commit | 089dc64cbb40fe270d44bed10cfb2ccfacff669a (patch) | |
tree | 89c33eb8ce20a834f54d232ce3ac2c9bc05f5be9 /source4/dsdb/repl | |
parent | 444a05c28df693a745809fef73ae583a78be7c8f (diff) | |
download | samba-089dc64cbb40fe270d44bed10cfb2ccfacff669a.tar.gz samba-089dc64cbb40fe270d44bed10cfb2ccfacff669a.tar.xz samba-089dc64cbb40fe270d44bed10cfb2ccfacff669a.zip |
s4-repl: add a debug to make it easier to monitor replication
Diffstat (limited to 'source4/dsdb/repl')
-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 { |