diff options
-rw-r--r-- | source3/lib/util_tdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/util_tdb.c b/source3/lib/util_tdb.c index 2fa915131b..cd8eb4c8c1 100644 --- a/source3/lib/util_tdb.c +++ b/source3/lib/util_tdb.c @@ -1238,6 +1238,8 @@ static int tdb_backup(TALLOC_CTX *ctx, const char *src_path, goto done; } + DEBUG(10, ("tdb_backup: successfully copied %d entries\n", count1)); + /* make sure the new tdb has reached stable storage * then rename it to its destination */ fsync(tdb_fd(dst_tdb)); |