svn commit: samba r8610 - in branches/SAMBA_3_0/source/smbd: .

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


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

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

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

Modified:
   branches/SAMBA_3_0/source/smbd/dir.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/dir.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/dir.c	2005-07-19 17:38:38 UTC (rev 8609)
+++ branches/SAMBA_3_0/source/smbd/dir.c	2005-07-19 17:44:44 UTC (rev 8610)
@@ -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