Fix a debug message: add missing space.
[samba.git] / source3 / rpc_client / cli_pipe.c
index 5a4ccf4f0294b6c86e7215c0f93ea0697008f557..f4cb424527b01a8652e0f1345bfc0e6d1065ce0f 100644 (file)
@@ -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 ));