diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-02 14:56:28 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-03 04:51:44 +0000 |
commit | 32ec1b36e0ba201344097bcfc1c85c6bc316bab3 (patch) | |
tree | 650b7be05934ffb327b7900d97ed0b48a0dd0203 /source4/dsdb/kcc | |
parent | dfb664a1822f41cbd4f1f5a8ce6fcac4e1547bf6 (diff) | |
download | samba-32ec1b36e0ba201344097bcfc1c85c6bc316bab3.tar.gz samba-32ec1b36e0ba201344097bcfc1c85c6bc316bab3.tar.bz2 samba-32ec1b36e0ba201344097bcfc1c85c6bc316bab3.zip |
s4-kcc: silence "Testing kcctpl_create_intersite_connections" message
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sun Oct 3 04:51:44 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb/kcc')
-rw-r--r-- | source4/dsdb/kcc/kcc_topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
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))); |