Fix a debug message: add missing space.
authorMichael Adam <obnox@samba.org>
Tue, 18 Dec 2007 06:58:38 +0000 (07:58 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 19 Dec 2007 17:19:12 +0000 (18:19 +0100)
Michael

source/rpc_client/cli_pipe.c

index 807570dac028ed1d88d1f6ce72d1cb35c135c417..baf3f8c99178dc2a8809e80fa96c4ee69a7053d8 100644 (file)
@@ -2363,8 +2363,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 ));