The branch, v3-3-test has been updated
       via  263c1ca96bd68dced4577a2504073e1140fa26a1 (commit)
      from  bc3a277455dd4557e796ddc0bef0f52a11f889e7 (commit)

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


- Log -----------------------------------------------------------------
commit 263c1ca96bd68dced4577a2504073e1140fa26a1
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Mon Dec 1 17:35:19 2008 +0100

    Fix a debug message, append the correct \n

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

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 804fa21..8f48693 100644
--- a/source/smbd/trans2.c
+++ b/source/smbd/trans2.c
@@ -1129,7 +1129,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

Reply via email to