Fix a debug message, append the correct \n
authorVolker Lendecke <vl@samba.org>
Mon, 1 Dec 2008 16:35:19 +0000 (17:35 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 1 Dec 2008 16:37:23 +0000 (17:37 +0100)
(cherry picked from commit 263c1ca96bd68dced4577a2504073e1140fa26a1)

source/smbd/trans2.c

index c7edec1d15490385b6ed22deaf75647dcda2ae44..241f2f8e078f152250791a1ee85e5fa5effabd57 100644 (file)
@@ -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;
 }