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

paulg at samba.org paulg at samba.org
Thu Nov 10 21:33:17 GMT 2005


Author: paulg
Date: 2005-11-10 21:33:17 +0000 (Thu, 10 Nov 2005)
New Revision: 11656

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

Log:
Tiny improvement to debug error message in dir_check_ftype.


Modified:
   trunk/source/smbd/dir.c


Changeset:
Modified: trunk/source/smbd/dir.c
===================================================================
--- trunk/source/smbd/dir.c	2005-11-10 21:10:24 UTC (rev 11655)
+++ trunk/source/smbd/dir.c	2005-11-10 21:33:17 UTC (rev 11656)
@@ -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