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:36:04 +0000 (17:36 +0100)
source3/smbd/trans2.c

index 4dc2001042abd06ec71f43ec623a878ff2058461..9719d5c38693a876a7fc3f051c0a1a371efed46c 100644 (file)
@@ -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;
 }