summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-27 14:56:04 -0700
committerAndrew Tridgell <tridge@samba.org>2010-09-27 23:18:23 +0000
commit396cdd6343e12a1b3cdd2d4c3bbac37c5fc30330 (patch)
tree4e7ae6e3bf29259fdaacbd19bcf302cba8380101 /source4/dsdb/kcc
parent8e1a3c8ccab0586e8244b511df95e6f22c49fa8b (diff)
downloadsamba-396cdd6343e12a1b3cdd2d4c3bbac37c5fc30330.tar.gz
samba-396cdd6343e12a1b3cdd2d4c3bbac37c5fc30330.tar.bz2
samba-396cdd6343e12a1b3cdd2d4c3bbac37c5fc30330.zip
s4-kcc: don't print "Testing kcctpl_create_intersite_connections"
log level 0 is excessive for this!
Diffstat (limited to 'source4/dsdb/kcc')
-rw-r--r--source4/dsdb/kcc/kcc_topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/kcc/kcc_topology.c b/source4/dsdb/kcc/kcc_topology.c
index fbf2885ad8..9124fc798c 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(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)));