mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Don't use debug level 1 to log a trivial message.
Jeremy.
This commit is contained in:
parent
42a8de780b
commit
969a2fc4dd
@ -2906,7 +2906,7 @@ static NTSTATUS rpc_pipe_open_np(struct cli_state *cli,
|
||||
fnum = cli_nt_create(cli, result->trans.np.pipe_name,
|
||||
DESIRED_ACCESS_PIPE);
|
||||
if (fnum == -1) {
|
||||
DEBUG(1,("rpc_pipe_open_np: cli_nt_create failed on pipe %s "
|
||||
DEBUG(3,("rpc_pipe_open_np: cli_nt_create failed on pipe %s "
|
||||
"to machine %s. Error was %s\n",
|
||||
result->trans.np.pipe_name, cli->desthost,
|
||||
cli_errstr(cli)));
|
||||
|
Loading…
Reference in New Issue
Block a user