r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500
authorDerrell Lipman <derrell@samba.org>
Wed, 14 Dec 2005 18:17:05 +0000 (18:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:50 +0000 (11:05 -0500)
 check in the DEBUG message referenced in the previous commit
(This used to be commit 6c04a8f9adfcd40fb0f1e1fcd4e22056ee463046)

source3/rpc_client/cli_pipe.c

index 41266838a87a87ef896a22e142e4b978951d3396..e1143e63423cdb8309cb04e1572f9759c121b7fb 100644 (file)
@@ -2189,7 +2189,7 @@ static struct rpc_pipe_client *cli_rpc_pipe_open(struct cli_state *cli, int pipe
        fnum = cli_nt_create(cli, result->pipe_name, DESIRED_ACCESS_PIPE);
 
        if (fnum == -1) {
-               DEBUG(0,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
+               DEBUG(1,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
                         "to machine %s.  Error was %s\n",
                         result->pipe_name, cli->desthost,
                         cli_errstr(cli)));