[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-867-g8c7afce

Volker Lendecke vlendec at samba.org
Mon May 4 10:43:02 GMT 2009


The branch, v3-4-test has been updated
       via  8c7afce8bb86cda773c713459bb18233dc4848a3 (commit)
      from  70231f2d88b96da365e56c8d077749366509a4e1 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 8c7afce8bb86cda773c713459bb18233dc4848a3
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 ab2371c..fc59744 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