diff options
author | Derrell Lipman <derrell@samba.org> | 2005-12-14 18:17:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:50 -0500 |
commit | 0dc59604f72fc35b527a2dc4b49b8966b2a13980 (patch) | |
tree | 339e1641955cd2cee1de840bef95e6529ecc0749 | |
parent | 103f72061705ec79f44aa9ec85af0f6468750ae1 (diff) | |
download | samba-0dc59604f72fc35b527a2dc4b49b8966b2a13980.tar.gz samba-0dc59604f72fc35b527a2dc4b49b8966b2a13980.tar.bz2 samba-0dc59604f72fc35b527a2dc4b49b8966b2a13980.zip |
r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500
check in the DEBUG message referenced in the previous commit
(This used to be commit 6c04a8f9adfcd40fb0f1e1fcd4e22056ee463046)
-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 41266838a8..e1143e6342 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -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))); |