s4-kcc: don't print "Testing kcctpl_create_intersite_connections"
authorAndrew Tridgell <tridge@samba.org>
Mon, 27 Sep 2010 21:56:04 +0000 (14:56 -0700)
committerAndrew Tridgell <tridge@samba.org>
Mon, 27 Sep 2010 23:18:23 +0000 (23:18 +0000)
log level 0 is excessive for this!

source4/dsdb/kcc/kcc_topology.c

index fbf2885ad8a758244301372dc170d54984a33ba4..9124fc798c4989599d863ad6b3ee82db92d282ae 100644 (file)
@@ -3460,7 +3460,7 @@ NTSTATUS kcctpl_test(struct kccsrv_service *service)
        struct GUID_list keep;
        bool all_connected;
 
-       DEBUG(0, ("Testing kcctpl_create_intersite_connections\n"));
+       DEBUG(2, ("Testing kcctpl_create_intersite_connections\n"));
        status = kcctpl_create_intersite_connections(service, tmp_ctx, &keep,
                                                     &all_connected);
        DEBUG(4, ("%s\n", nt_errstr(status)));