summaryrefslogtreecommitdiffstats
path: root/source/smbd/dir.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-01-30 17:08:44 +0000
committerTim Potter <tpot@samba.org>2001-01-30 17:08:44 +0000
commit1ec44d62eed67d88f59417d20680a073918626bd (patch)
tree10584d9e53b7267e108a5b06b74453b9e03a8add /source/smbd/dir.c
parent541c7df16fff03f98c253a46b501574cafb4469f (diff)
downloadsamba-1ec44d62eed67d88f59417d20680a073918626bd.tar.gz
samba-1ec44d62eed67d88f59417d20680a073918626bd.tar.xz
samba-1ec44d62eed67d88f59417d20680a073918626bd.zip
Turned down noisy debug statement.
From "Richard Bollinger" <rabollinger@home.com>
Diffstat (limited to 'source/smbd/dir.c')
-rw-r--r--source/smbd/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/dir.c b/source/smbd/dir.c
index bf15be2f1cf..b9b3b882694 100644
--- a/source/smbd/dir.c
+++ b/source/smbd/dir.c
@@ -644,7 +644,7 @@ BOOL get_dir_entry(connection_struct *conn,char *mask,int dirtype,char *fname,
*size = sbuf.st_size;
*date = sbuf.st_mtime;
- DEBUG(0,("get_dir_entry mask=[%s] found %s fname=%s\n",mask, pathreal,fname));
+ DEBUG(3,("get_dir_entry mask=[%s] found %s fname=%s\n",mask, pathreal,fname));
found = True;
}