[SCM] Samba Shared Repository - branch v3-6-test updated

Volker Lendecke vlendec at samba.org
Tue Sep 28 02:42:57 MDT 2010


The branch, v3-6-test has been updated
       via  e390261 s3: Increase the debuglevel for connection termination msgs
      from  5710476 tsocket: make sure we delete the fd event before calling close()

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


- Log -----------------------------------------------------------------
commit e3902618759a0afe0686127d082adadbcc33a270
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Sep 28 10:38:20 2010 +0200

    s3: Increase the debuglevel for connection termination msgs

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index f4f7a16..2b8d8b1 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -146,7 +146,7 @@ bool srv_send_smb(int fd, char *buffer,
 
 	ret = write_data(fd,buf_out+nwritten,len - nwritten);
 	if (ret <= 0) {
-		DEBUG(0,("pid[%d] Error writing %d bytes to client. %d. (%s)\n",
+		DEBUG(1,("pid[%d] Error writing %d bytes to client. %d. (%s)\n",
 			(int)sys_getpid(), (int)len,(int)ret, strerror(errno) ));
 		srv_free_enc_buffer(buf_out);
 		goto out;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list