Author: obnox Date: 2007-07-17 21:55:31 +0000 (Tue, 17 Jul 2007) New Revision: 23938
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23938 Log: Add a debug message. Modified: branches/SAMBA_3_2/source/lib/util_tdb.c branches/SAMBA_3_2_0/source/lib/util_tdb.c Changeset: Modified: branches/SAMBA_3_2/source/lib/util_tdb.c =================================================================== --- branches/SAMBA_3_2/source/lib/util_tdb.c 2007-07-17 20:28:31 UTC (rev 23937) +++ branches/SAMBA_3_2/source/lib/util_tdb.c 2007-07-17 21:55:31 UTC (rev 23938) @@ -1238,6 +1238,8 @@ 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)); Modified: branches/SAMBA_3_2_0/source/lib/util_tdb.c =================================================================== --- branches/SAMBA_3_2_0/source/lib/util_tdb.c 2007-07-17 20:28:31 UTC (rev 23937) +++ branches/SAMBA_3_2_0/source/lib/util_tdb.c 2007-07-17 21:55:31 UTC (rev 23938) @@ -1238,6 +1238,8 @@ 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));
