summaryrefslogtreecommitdiff
path: root/source4/dsdb/kcc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-08 16:02:21 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-08 06:16:04 +0000
commitac0a92b5b325a3be968d2f7384c6a4a119d0ec84 (patch)
tree27c617f1348588a80e4b08773a2847f712bfa1db /source4/dsdb/kcc
parent7bd5d402081bd7cd4cfeb2641bf011ad68be6443 (diff)
downloadsamba-ac0a92b5b325a3be968d2f7384c6a4a119d0ec84.tar.gz
samba-ac0a92b5b325a3be968d2f7384c6a4a119d0ec84.tar.bz2
samba-ac0a92b5b325a3be968d2f7384c6a4a119d0ec84.zip
s4-debug: lowered the debug level of some unimportant messages
Diffstat (limited to 'source4/dsdb/kcc')
-rw-r--r--source4/dsdb/kcc/kcc_periodic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/kcc/kcc_periodic.c b/source4/dsdb/kcc/kcc_periodic.c
index b1e976b18e..fa2b0679df 100644
--- a/source4/dsdb/kcc/kcc_periodic.c
+++ b/source4/dsdb/kcc/kcc_periodic.c
@@ -428,7 +428,7 @@ WERROR kccsrv_periodic_schedule(struct kccsrv_service *service, uint32_t next_in
W_ERROR_HAVE_NO_MEMORY(new_te);
tmp_mem = talloc_new(service);
- DEBUG(2,("kccsrv_periodic_schedule(%u) %sscheduled for: %s\n",
+ DEBUG(4,("kccsrv_periodic_schedule(%u) %sscheduled for: %s\n",
next_interval,
(service->periodic.te?"re":""),
nt_time_string(tmp_mem, timeval_to_nttime(&next_time))));
@@ -445,7 +445,7 @@ static void kccsrv_periodic_run(struct kccsrv_service *service)
TALLOC_CTX *mem_ctx;
NTSTATUS status;
- DEBUG(2,("kccsrv_periodic_run(): simple update\n"));
+ DEBUG(4,("kccsrv_periodic_run(): simple update\n"));
mem_ctx = talloc_new(service);
status = kccsrv_simple_update(service, mem_ctx);