mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
r16458: Increase debuglevel of cli_rpc_pipe_close().
Guenther
(This used to be commit 840ac23ec0
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
10252f270e
commit
20286e5c03
@ -367,7 +367,7 @@ BOOL cli_rpc_pipe_close(struct rpc_pipe_client *cli)
|
||||
ret = cli_close(cli->cli, cli->fnum);
|
||||
|
||||
if (!ret) {
|
||||
DEBUG(0,("cli_rpc_pipe_close: cli_close failed on pipe %s, "
|
||||
DEBUG(1,("cli_rpc_pipe_close: cli_close failed on pipe %s, "
|
||||
"fnum 0x%x "
|
||||
"to machine %s. Error was %s\n",
|
||||
cli->pipe_name,
|
||||
|
Reference in New Issue
Block a user