[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1425-g796764d

Volker Lendecke vlendec at samba.org
Mon May 4 10:42:31 GMT 2009


The branch, master has been updated
       via  796764d92ba0afe2306f4955730e6afb80cb2eb7 (commit)
      from  fe839b65a7b4e8d5e085287b7d33ee1f970fe7c2 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 796764d92ba0afe2306f4955730e6afb80cb2eb7
Author: Volker Lendecke <vl at samba.org>
Date:   Mon May 4 12:36:13 2009 +0200

    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.

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/service.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/service.c b/source3/smbd/service.c
index c66a4d3..bc07f0b 100644
--- 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list