s4-kcc: silence "Testing kcctpl_create_intersite_connections" message
authorAndrew Tridgell <tridge@samba.org>
Sat, 2 Oct 2010 21:56:28 +0000 (14:56 -0700)
committerAndrew Tridgell <tridge@samba.org>
Sun, 3 Oct 2010 04:51:44 +0000 (04:51 +0000)
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sun Oct  3 04:51:44 UTC 2010 on sn-devel-104

source4/dsdb/kcc/kcc_topology.c

index eab7791a9ac0ea19a26ca99cfb327a472ed23f8d..94ed7a81a17cb5a9c35e06628a6ca620b3fb0b46 100644 (file)
@@ -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)));