From 46674ca21d9c257bc48af97e313b49118c7b478d Mon Sep 17 00:00:00 2001 From: Paul Green Date: Thu, 10 Nov 2005 21:34:25 +0000 Subject: r11657: Tiny improvement to debug error message in dir_check_ftype. --- source/smbd/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/smbd/dir.c') diff --git a/source/smbd/dir.c b/source/smbd/dir.c index c993012a254..0635db22dbd 100644 --- a/source/smbd/dir.c +++ b/source/smbd/dir.c @@ -802,7 +802,7 @@ BOOL get_dir_entry(connection_struct *conn,char *mask,uint32 dirtype, pstring fn *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; } -- cgit v1.2.1