From 104e6c43ed1f9732242db74792704beaf5fc302c Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Tue, 9 Mar 2004 21:48:46 +0000 Subject: Yet another '\n' termination of debug message. rafal (This used to be commit 6c8e39b7ccc1ad8e7f39c2a51fa13423e5d6e227) --- source3/smbd/ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/ipc.c') diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index dd92cc4e4d..e5465b902c 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -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; -- cgit