1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

Increase debug level

(This used to be commit 4e6df5547167fc235971498cb296a5f74dec8b8b)
This commit is contained in:
Volker Lendecke 2007-12-07 10:45:33 +01:00 committed by Volker Lendecke
parent cc1664416d
commit 3a9576c724

View File

@ -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;
}