1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r23938: Add a debug message.

(This used to be commit 6bd2c48921)
This commit is contained in:
Michael Adam 2007-07-17 21:55:31 +00:00 committed by Gerald (Jerry) Carter
parent 9e0c550922
commit f932dccd5d

View File

@ -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));