summaryrefslogtreecommitdiffstats
path: root/source/rpc_client
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:47 +0100
committerKarolin Seeger <kseeger@samba.org>2008-11-17 14:02:47 +0100
commit086d430578b2b96c93768b64d6d9872ec324b124 (patch)
tree1f737db70b7573fbef9ab4002402f77aaca816ae /source/rpc_client
parentf50add3d8cbe3f3cba7e75746a9cc39907501146 (diff)
downloadsamba-086d430578b2b96c93768b64d6d9872ec324b124.tar.gz
samba-086d430578b2b96c93768b64d6d9872ec324b124.tar.xz
samba-086d430578b2b96c93768b64d6d9872ec324b124.zip
Revert "Don't use debug level 1 to log a trivial message."
This reverts commit 520dcfffe78bb079bbdad6de5a4cdc392527f4b8.
Diffstat (limited to 'source/rpc_client')
-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 35b5a8d9901..35256d713bd 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(3,("cli_rpc_pipe_open: cli_nt_create failed on pipe %s "
+ DEBUG(1,("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)));