From: Michael Adam Date: Tue, 17 Jul 2007 21:55:31 +0000 (+0000) Subject: r23938: Add a debug message. X-Git-Tag: samba-4.0.0alpha6~801^2~5319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f932dccd5dc3df1c353a8db9f9eb633d9807222d;p=thirdparty%2Fsamba.git r23938: Add a debug message. (This used to be commit 6bd2c48921dd8dbf2885a8135ba01a1324e020c8) --- diff --git a/source3/lib/util_tdb.c b/source3/lib/util_tdb.c index 2fa915131bf..cd8eb4c8c13 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));