svn commit: samba r2154 - in branches/SAMBA_4_0/source/lib/tdb/common: .

tpot at samba.org tpot at samba.org
Tue Aug 31 23:57:14 GMT 2004


Author: tpot
Date: 2004-08-31 23:57:14 +0000 (Tue, 31 Aug 2004)
New Revision: 2154

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib/tdb/common&rev=2154&nolog=1

Log:
Merge of Jim's format string fixup in r2130:2131

Modified:
   branches/SAMBA_4_0/source/lib/tdb/common/tdb.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/common/tdb.c
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/common/tdb.c	2004-08-31 22:52:11 UTC (rev 2153)
+++ branches/SAMBA_4_0/source/lib/tdb/common/tdb.c	2004-08-31 23:57:14 UTC (rev 2154)
@@ -490,7 +490,7 @@
 	if (rec->magic == TDB_MAGIC) {
 		/* this happens when a app is showdown while deleting a record - we should
 		   not completely fail when this happens */
-		TDB_LOG((tdb, 0,"rec_free_read non-free magic at offset=%d - fixing\n", 
+		TDB_LOG((tdb, 0,"rec_free_read non-free magic 0x%x at offset=%d - fixing\n", 
 			 rec->magic, off));
 		rec->magic = TDB_FREE_MAGIC;
 		if (tdb_write(tdb, off, rec, sizeof(*rec)) == -1)



More information about the samba-cvs mailing list