svn commit: samba r8611 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Tue Jul 19 17:44:50 GMT 2005


Author: jra
Date: 2005-07-19 17:44:47 +0000 (Tue, 19 Jul 2005)
New Revision: 8611

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8611

Log:
If I'm going to do a debug level zero, at least make it useful.
Jeremy.

Modified:
   trunk/source/smbd/dir.c


Changeset:
Modified: trunk/source/smbd/dir.c
===================================================================
--- trunk/source/smbd/dir.c	2005-07-19 17:44:44 UTC (rev 8610)
+++ trunk/source/smbd/dir.c	2005-07-19 17:44:47 UTC (rev 8611)
@@ -656,7 +656,8 @@
 	DEBUG(6,("fill on key %u dirptr 0x%lx now at %d\n",key,
 		(long)dptr->dir_hnd,(int)offset));
 	if (offset != (uint32)-1 && (offset & DPTR_MASK)) {
-		DEBUG(0,("dptr_fill: Error - offset has bit 32 set. Can't use in server state.\n"));
+		DEBUG(0,("dptr_fill: Error - offset 0x%x has bit 32 set. Can't use in server state.\n",
+			(unsigned int)offset ));
 		return False;
 	}
 	buf[0] = key;



More information about the samba-cvs mailing list