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

Increase debug level of "create_connection_server_info failed" message

I don't think we should unconditionally send every refused connection attempt
to a share to syslog, that's where all debug level 0 messages end up.
This commit is contained in:
Volker Lendecke 2009-05-04 12:36:13 +02:00
parent fe839b65a7
commit 796764d92b

View File

@ -668,7 +668,7 @@ static connection_struct *make_connection_snum(int snum, user_struct *vuser,
&conn->server_info);
if (!NT_STATUS_IS_OK(status)) {
DEBUG(0, ("create_connection_server_info failed: %s\n",
DEBUG(1, ("create_connection_server_info failed: %s\n",
nt_errstr(status)));
*pstatus = status;
conn_free(conn);