From 32ec1b36e0ba201344097bcfc1c85c6bc316bab3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 2 Oct 2010 14:56:28 -0700 Subject: s4-kcc: silence "Testing kcctpl_create_intersite_connections" message Autobuild-User: Andrew Tridgell Autobuild-Date: Sun Oct 3 04:51:44 UTC 2010 on sn-devel-104 --- source4/dsdb/kcc/kcc_topology.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/dsdb/kcc/kcc_topology.c b/source4/dsdb/kcc/kcc_topology.c index eab7791a9a..94ed7a81a1 100644 --- a/source4/dsdb/kcc/kcc_topology.c +++ b/source4/dsdb/kcc/kcc_topology.c @@ -3460,7 +3460,7 @@ NTSTATUS kcctpl_test(struct kccsrv_service *service) struct GUID_list keep; bool all_connected; - DEBUG(2, ("Testing kcctpl_create_intersite_connections\n")); + DEBUG(5, ("Testing kcctpl_create_intersite_connections\n")); status = kcctpl_create_intersite_connections(service, tmp_ctx, &keep, &all_connected); DEBUG(4, ("%s\n", nt_errstr(status))); -- cgit