Yet another '\n' termination of debug message.
authorRafal Szczesniak <mimir@samba.org>
Tue, 9 Mar 2004 21:47:49 +0000 (21:47 +0000)
committerRafal Szczesniak <mimir@samba.org>
Tue, 9 Mar 2004 21:47:49 +0000 (21:47 +0000)
rafal

source/smbd/ipc.c

index dd92cc4e4d5cdf98913227b2324291a4534bc9ea..e5465b902c8f462e533b24457b96925d9b3ce0b1 100644 (file)
@@ -293,7 +293,7 @@ static int api_fd_reply(connection_struct *conn,uint16 vuid,char *outbuf,
                return api_no_reply(outbuf, mdrcnt);
        }
 
-       DEBUG(3,("Got API command 0x%x on pipe \"%s\" (pnum %x)", subcommand, p->name, pnum));
+       DEBUG(3,("Got API command 0x%x on pipe \"%s\" (pnum %x)\n", subcommand, p->name, pnum));
 
        /* record maximum data length that can be transmitted in an SMBtrans */
        p->max_trans_reply = mdrcnt;