summaryrefslogtreecommitdiff
path: root/source3/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
commit66f6ad97297fe09b3cbd91aab6099fd3c98b078b (patch)
tree3738cf3867b5bea22bf1469879ab23d422b02e92 /source3/smbd/dir.c
parent8e18bd58f7706ffa17f826074689a6354c0f15ba (diff)
downloadsamba-66f6ad97297fe09b3cbd91aab6099fd3c98b078b.tar.gz
samba-66f6ad97297fe09b3cbd91aab6099fd3c98b078b.tar.bz2
samba-66f6ad97297fe09b3cbd91aab6099fd3c98b078b.zip
Turned down noisy debug statement.
From "Richard Bollinger" <rabollinger@home.com> (This used to be commit 1ec44d62eed67d88f59417d20680a073918626bd)
Diffstat (limited to 'source3/smbd/dir.c')
-rw-r--r--source3/smbd/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/dir.c b/source3/smbd/dir.c
index bf15be2f1c..b9b3b88269 100644
--- a/source3/smbd/dir.c
+++ b/source3/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;
}