1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Bump up debug level

Fix bug 5115
This commit is contained in:
Volker Lendecke 2007-12-02 12:54:11 +01:00
parent f4cc9cab51
commit d3c839c22e

View File

@ -111,8 +111,9 @@ NTSTATUS open_fake_file(connection_struct *conn,
/* access check */
if (current_user.ut.uid != 0) {
DEBUG(1,("open_fake_file_shared: access_denied to service[%s] file[%s] user[%s]\n",
lp_servicename(SNUM(conn)),fname,conn->user));
DEBUG(3, ("open_fake_file_shared: access_denied to "
"service[%s] file[%s] user[%s]\n",
lp_servicename(SNUM(conn)),fname,conn->user));
return NT_STATUS_ACCESS_DENIED;
}