diff options
author | Günther Deschner <gd@samba.org> | 2006-06-22 08:52:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:18:55 -0500 |
commit | 20286e5c036fab3621b81cd72a40c9640a60fc20 (patch) | |
tree | 1fa5ef04b98c3f124dcb0958a234ee5974594401 /source3 | |
parent | 10252f270eae11c9f06f37b91831fcd00ceea2ef (diff) | |
download | samba-20286e5c036fab3621b81cd72a40c9640a60fc20.tar.gz samba-20286e5c036fab3621b81cd72a40c9640a60fc20.tar.bz2 samba-20286e5c036fab3621b81cd72a40c9640a60fc20.zip |
r16458: Increase debuglevel of cli_rpc_pipe_close().
Guenther
(This used to be commit 840ac23ec007df445892d851144d6458c4e06a6b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/clientgen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index f5116234c8..8342df0f1d 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -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, |