summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-02 05:18:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:04 -0500
commite7f84503c059b99541cb892cd143c87ed8626d69 (patch)
tree7c2147c6749f6b6f2e6350a67970602ad30700bc /source4/librpc
parent8139838acf6a211a3984dac71babe7778148aa8b (diff)
downloadsamba-e7f84503c059b99541cb892cd143c87ed8626d69.tar.gz
samba-e7f84503c059b99541cb892cd143c87ed8626d69.tar.bz2
samba-e7f84503c059b99541cb892cd143c87ed8626d69.zip
r8068: reduced the verbosity of the EPM code
(This used to be commit 4c5974fc3dabd090284b2ed455a0af114ddbec1d)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/rpc/dcerpc_util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index d4a0ad2874..49b7c32a8a 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -1016,7 +1016,7 @@ static NTSTATUS dcerpc_pipe_connect_ncacn_np(TALLOC_CTX *tmp_ctx,
pipe_uuid, nt_errstr(status)));
return status;
}
- DEBUG(1,("Mapped to DCERPC/NP pipe %s\n", binding->endpoint));
+ DEBUG(2,("Mapped to DCERPC/NP pipe %s\n", binding->endpoint));
}
pipe_name = binding->endpoint;
@@ -1050,7 +1050,7 @@ static NTSTATUS dcerpc_pipe_connect_ncalrpc(TALLOC_CTX *tmp_ctx,
pipe_uuid, nt_errstr(status)));
return status;
}
- DEBUG(1,("Mapped to DCERPC/LRPC identifier %s\n", binding->endpoint));
+ DEBUG(2,("Mapped to DCERPC/LRPC identifier %s\n", binding->endpoint));
}
status = dcerpc_pipe_open_pipe(p->conn, binding->endpoint);
@@ -1111,7 +1111,7 @@ static NTSTATUS dcerpc_pipe_connect_ncacn_ip_tcp(TALLOC_CTX *tmp_ctx,
pipe_uuid, nt_errstr(status)));
return status;
}
- DEBUG(1,("Mapped to DCERPC/TCP port %s\n", binding->endpoint));
+ DEBUG(2,("Mapped to DCERPC/TCP port %s\n", binding->endpoint));
}
port = atoi(binding->endpoint);