[SCM] Samba Shared Repository - branch master updated - 4f0661ace8c83be6686d7f81af77ccf243dbb992

Volker Lendecke vlendec at samba.org
Mon Dec 1 16:31:26 GMT 2008


The branch, master has been updated
       via  4f0661ace8c83be6686d7f81af77ccf243dbb992 (commit)
      from  81fc50b4867acf63e624abeda8b3b48c4d300f93 (commit)

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


- Log -----------------------------------------------------------------
commit 4f0661ace8c83be6686d7f81af77ccf243dbb992
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Dec 1 17:35:19 2008 +0100

    Fix a debug message, append the correct \n

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

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


Changeset truncated at 500 lines:

diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c
index 4dc2001..9719d5c 100644
--- a/source3/smbd/trans2.c
+++ b/source3/smbd/trans2.c
@@ -1135,7 +1135,7 @@ static uint32 unix_filetype(mode_t mode)
 		return UNIX_TYPE_SOCKET;
 #endif
 
-	DEBUG(0,("unix_filetype: unknown filetype %u", (unsigned)mode));
+	DEBUG(0,("unix_filetype: unknown filetype %u\n", (unsigned)mode));
 	return UNIX_TYPE_UNKNOWN;
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list