diff options
author | Michael Adam <obnox@samba.org> | 2007-07-12 09:36:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:34 -0500 |
commit | 451224166dd8f0e91907f541d15febb385360c09 (patch) | |
tree | 418581e7dc5c35f5b0388339dbba046b3895f85d | |
parent | 6b0e3194e38d1a9aa6cda892251c6a716e42c974 (diff) | |
download | samba-451224166dd8f0e91907f541d15febb385360c09.tar.gz samba-451224166dd8f0e91907f541d15febb385360c09.tar.bz2 samba-451224166dd8f0e91907f541d15febb385360c09.zip |
r23850: Fix whitespacing in DEBUG output.
(This used to be commit 918aad0d8b4b0c2caa8830726a17d3ad4d19f72a)
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index c4ad43e6a4..db696edae5 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -781,7 +781,7 @@ static NTSTATUS rpc_api_pipe(struct rpc_pipe_client *cli, &rparam, &rparam_len, /* return params, len */ &prdata, &rdata_len)) /* return data, len */ { - DEBUG(0, ("rpc_api_pipe: Remote machine %s pipe %s fnum 0x%x" + DEBUG(0, ("rpc_api_pipe: Remote machine %s pipe %s fnum 0x%x " "returned critical error. Error was %s\n", cli->cli->desthost, cli->pipe_name, |