diff options
author | Gerald Carter <jerry@samba.org> | 2004-03-19 17:48:08 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2004-03-19 17:48:08 +0000 |
commit | 3aac1e549eaf4693ded84be432a2c94b6331ef6d (patch) | |
tree | e4253fae42e486abc175495bbfd2088928c3bb0e /source | |
parent | 73ffc394b58fa951bca444506cd9d75a159e7f11 (diff) | |
download | samba-3aac1e549eaf4693ded84be432a2c94b6331ef6d.tar.gz samba-3aac1e549eaf4693ded84be432a2c94b6331ef6d.tar.xz samba-3aac1e549eaf4693ded84be432a2c94b6331ef6d.zip |
missed some of Derrel's changes
Diffstat (limited to 'source')
-rw-r--r-- | source/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c index 72546947e4d..82a4b21754e 100644 --- a/source/rpc_client/cli_pipe.c +++ b/source/rpc_client/cli_pipe.c @@ -1443,7 +1443,7 @@ BOOL cli_nt_session_open(struct cli_state *cli, const int pipe_idx) cli->nt_pipe_fnum = (uint16)fnum; } else { if ((fnum = cli_open(cli, pipe_names[pipe_idx].client_pipe, O_CREAT|O_RDWR, DENY_NONE)) == -1) { - DEBUG(0,("cli_nt_session_open: cli_open failed on pipe %s to machine %s. Error was %s\n", + DEBUG(1,("cli_nt_session_open: cli_open failed on pipe %s to machine %s. Error was %s\n", pipe_names[pipe_idx].client_pipe, cli->desthost, cli_errstr(cli))); return False; } |