From: Michael Adam Date: Tue, 17 Jul 2007 21:55:31 +0000 (+0000) Subject: r23938: Add a debug message. X-Git-Tag: build_3.2.7_ctdb.53~4223 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=6bd2c48921dd8dbf2885a8135ba01a1324e020c8;p=obnox%2Fsamba%2Fsamba-obnox.git r23938: Add a debug message. --- diff --git a/source/lib/util_tdb.c b/source/lib/util_tdb.c index 2fa915131bf..cd8eb4c8c13 100644 --- a/source/lib/util_tdb.c +++ b/source/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));