summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-15 18:06:54 -0700
committerKarolin Seeger <kseeger@samba.org>2008-10-16 20:07:34 +0200
commitbbf73178ce2170f858e0bc3f2db769cb5f07f1bf (patch)
tree55d433d8ba5d561de2d2ed169cf574d2e89101be
parent81b2f2cbbc4dc0a1f028c2fe4265faec763120b5 (diff)
downloadsamba-bbf73178ce2170f858e0bc3f2db769cb5f07f1bf.tar.gz
samba-bbf73178ce2170f858e0bc3f2db769cb5f07f1bf.tar.xz
samba-bbf73178ce2170f858e0bc3f2db769cb5f07f1bf.zip
Don't use debug level 1 to log a trivial message.
Jeremy. (cherry picked from commit 83a4cfb33c375b9be05471d7047fd5fbdecbba96)
-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 41dde87c429..1442a3c1b8c 100644
--- a/source/rpc_client/cli_pipe.c
+++ b/source/rpc_client/cli_pipe.c
@@ -2909,7 +2909,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)));