From f932dccd5dc3df1c353a8db9f9eb633d9807222d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 17 Jul 2007 21:55:31 +0000 Subject: r23938: Add a debug message. (This used to be commit 6bd2c48921dd8dbf2885a8135ba01a1324e020c8) --- source3/lib/util_tdb.c | 2 ++ 1 file changed, 2 insertions(+) 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)); -- cgit