summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-20 17:57:54 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-21 23:10:14 +1100
commit808edd02936879862df685775a12b1efba5947ea (patch)
treeba8ee15fcf593862f7c47c217e5ab91f5585c211
parente8bae4c40a60777b9d9a06c8b81d1e24d81b63ee (diff)
downloadsamba-808edd02936879862df685775a12b1efba5947ea.tar.gz
samba-808edd02936879862df685775a12b1efba5947ea.tar.bz2
samba-808edd02936879862df685775a12b1efba5947ea.zip
s4-rpc: make rpc connect less verbose
-rw-r--r--source4/librpc/rpc/dcerpc_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_connect.c b/source4/librpc/rpc/dcerpc_connect.c
index 0f3a86256c..a1b3dee3f2 100644
--- a/source4/librpc/rpc/dcerpc_connect.c
+++ b/source4/librpc/rpc/dcerpc_connect.c
@@ -516,7 +516,7 @@ static void continue_map_binding(struct composite_context *ctx)
c->status = dcerpc_epm_map_binding_recv(ctx);
if (!composite_is_ok(c)) return;
- DEBUG(2,("Mapped to DCERPC endpoint %s\n", s->binding->endpoint));
+ DEBUG(4,("Mapped to DCERPC endpoint %s\n", s->binding->endpoint));
continue_connect(c, s);
}