diff options
author | Rafal Szczesniak <mimir@samba.org> | 2004-03-09 21:47:49 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2004-03-09 21:47:49 +0000 |
commit | addfc95df264a4af55516620d79c995e8279793d (patch) | |
tree | a5d42373231b327e94e94cf52bf506ba9b426001 /source3 | |
parent | 1fabcf0a12fabf5ab1f4df3298fbf24d990f60cc (diff) | |
download | samba-addfc95df264a4af55516620d79c995e8279793d.tar.gz samba-addfc95df264a4af55516620d79c995e8279793d.tar.bz2 samba-addfc95df264a4af55516620d79c995e8279793d.zip |
Yet another '\n' termination of debug message.
rafal
(This used to be commit 3e57c2c6850655da77e25de4cb047cc27741ca9c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |