diff options
author | Michael Adam <obnox@samba.org> | 2007-12-18 07:58:22 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-18 07:58:37 +0100 |
commit | 68e65b29815f1f9bbe7384e07fc341f6c8f2f605 (patch) | |
tree | 494d5afbbd3f4295c43ece8686ba56b2a0cf27d5 /source3/rpc_client | |
parent | bf2c5e2bdeaeee3f157657be701a3e3cba480e15 (diff) | |
download | samba-68e65b29815f1f9bbe7384e07fc341f6c8f2f605.tar.gz samba-68e65b29815f1f9bbe7384e07fc341f6c8f2f605.tar.bz2 samba-68e65b29815f1f9bbe7384e07fc341f6c8f2f605.zip |
Fix a debug message: add missing space.
Michael
(This used to be commit 6a7f2a59fc370e226ddacb195059155f28c6c157)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 5a4ccf4f02..f4cb424527 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -2364,8 +2364,8 @@ static struct rpc_pipe_client *cli_rpc_pipe_open_ntlmssp_internal(struct cli_sta goto err; } - DEBUG(10,("cli_rpc_pipe_open_ntlmssp_internal: opened pipe %s to machine %s and" - "bound NTLMSSP as user %s\\%s.\n", + DEBUG(10,("cli_rpc_pipe_open_ntlmssp_internal: opened pipe %s to " + "machine %s and bound NTLMSSP as user %s\\%s.\n", result->pipe_name, cli->desthost, domain, username )); |