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

paulg at samba.org paulg at samba.org
Thu Nov 10 21:34:28 GMT 2005


Author: paulg
Date: 2005-11-10 21:34:25 +0000 (Thu, 10 Nov 2005)
New Revision: 11657

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

Log:
Tiny improvement to debug error message in dir_check_ftype.


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-11-10 21:33:17 UTC (rev 11656)
+++ branches/SAMBA_3_0/source/smbd/dir.c	2005-11-10 21:34:25 UTC (rev 11657)
@@ -802,7 +802,7 @@
 			*mode = dos_mode(conn,pathreal,&sbuf);
 
 			if (!dir_check_ftype(conn,*mode,dirtype)) {
-				DEBUG(5,("[%s] attribs didn't match %x\n",filename,(unsigned int)dirtype));
+				DEBUG(5,("[%s] attribs 0x%x didn't match 0x%x\n",filename,(unsigned int)*mode,(unsigned int)dirtype));
 				continue;
 			}
 



More information about the samba-cvs mailing list