From: Volker Lendecke Date: Fri, 7 Dec 2007 09:45:33 +0000 (+0100) Subject: Increase debug level X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=3a9576c724460381782f6e39126f353c054699af;p=tprouty%2Fsamba.git Increase debug level (This used to be commit 4e6df5547167fc235971498cb296a5f74dec8b8b) --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index b156dbbce1..0e73ba964e 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -2102,7 +2102,7 @@ NTSTATUS open_directory(connection_struct *conn, (unsigned int)file_attributes)); if (is_ntfs_stream_name(fname)) { - DEBUG(0,("open_directory: %s is a stream name!\n", fname )); + DEBUG(2, ("open_directory: %s is a stream name!\n", fname)); return NT_STATUS_NOT_A_DIRECTORY; }