summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-15 18:08:07 -0700
committerKarolin Seeger <kseeger@samba.org>2008-10-21 12:28:54 +0200
commit520dcfffe78bb079bbdad6de5a4cdc392527f4b8 (patch)
tree89f590a419a0708bb40a56386294693f1cb80dbd
parentec9f180390852a9356df11412bc7478f48f52b43 (diff)
downloadsamba-520dcfffe78bb079bbdad6de5a4cdc392527f4b8.tar.gz
samba-520dcfffe78bb079bbdad6de5a4cdc392527f4b8.tar.xz
samba-520dcfffe78bb079bbdad6de5a4cdc392527f4b8.zip
Don't use debug level 1 to log a trivial message.
Jeremy. (cherry picked from commit 7c53cde257515e7bfffc8f3c0b54b7c99554d240)
-rw-r--r--source/rpc_client/cli_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_client/cli_pipe.c b/source/rpc_client/cli_pipe.c
index 35256d713bd..35b5a8d9901 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -2221,7 +2221,7 @@ static struct rpc_pipe_client *cli_rpc_pipe_open(struct cli_state *cli, int pipe
fnum = cli_nt_create(cli, result->pipe_name, DESIRED_ACCESS_PIPE);
if (fnum == -1) {
- DEBUG(1,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
+ DEBUG(3,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
"to machine %s. Error was %s\n",
result->pipe_name, cli->desthost,
cli_errstr(cli)));