[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3202-g0f2e245

Volker Lendecke vlendec at samba.org
Mon Dec 1 16:32:43 GMT 2008


The branch, v3-2-test has been updated
       via  0f2e2451a5d7eac917d8a874032c2366dd8aaa12 (commit)
      from  75646900fc9327a1ff3353be4a4e52a429055a91 (commit)

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


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

    Fix a debug message, append the correct \n
    (cherry picked from commit 263c1ca96bd68dced4577a2504073e1140fa26a1)

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/trans2.c b/source/smbd/trans2.c
index c7edec1..241f2f8 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -1122,7 +1122,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