git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe839b6
)
Increase debug level of "create_connection_server_info failed" message
author
Volker Lendecke
<vl@samba.org>
Mon, 4 May 2009 10:36:13 +0000
(12:36 +0200)
committer
Volker Lendecke
<vl@samba.org>
Mon, 4 May 2009 10:41:54 +0000
(12:41 +0200)
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.
source3/smbd/service.c
patch
|
blob
|
history
diff --git
a/source3/smbd/service.c
b/source3/smbd/service.c
index c66a4d3f8c9fec0f9b131fddeda7dd4d1ad9b9d3..bc07f0b90d405aceb6358ec6f3330db8051f0c22 100644
(file)
--- a/
source3/smbd/service.c
+++ b/
source3/smbd/service.c
@@
-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);