mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
r16458: Increase debuglevel of cli_rpc_pipe_close().
Guenther
This commit is contained in:
parent
49fb1a3ebc
commit
840ac23ec0
@ -367,7 +367,7 @@ BOOL cli_rpc_pipe_close(struct rpc_pipe_client *cli)
|
|||||||
ret = cli_close(cli->cli, cli->fnum);
|
ret = cli_close(cli->cli, cli->fnum);
|
||||||
|
|
||||||
if (!ret) {
|
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 "
|
"fnum 0x%x "
|
||||||
"to machine %s. Error was %s\n",
|
"to machine %s. Error was %s\n",
|
||||||
cli->pipe_name,
|
cli->pipe_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user