From 808edd02936879862df685775a12b1efba5947ea Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Nov 2010 17:57:54 +1100 Subject: s4-rpc: make rpc connect less verbose --- source4/librpc/rpc/dcerpc_connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit