[PATCH] dsdb: Be less verbose when announcing kcc is being invoked.

Matthieu Patou mat at matws.net
Mon Sep 29 18:01:26 MDT 2014


On 09/27/2014 07:28 AM, Jelmer Vernooij wrote:
> Change-Id: I94ab7d92e7e4f4311f0b20b1072c3ad05155d068
> Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
> ---
>   source4/dsdb/kcc/kcc_periodic.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/source4/dsdb/kcc/kcc_periodic.c b/source4/dsdb/kcc/kcc_periodic.c
> index 34bae96..0e84e42 100644
> --- a/source4/dsdb/kcc/kcc_periodic.c
> +++ b/source4/dsdb/kcc/kcc_periodic.c
> @@ -661,7 +661,7 @@ NTSTATUS kccsrv_samba_kcc(struct kccsrv_service *service,
>   	/* kill any existing child */
>   	TALLOC_FREE(service->periodic.subreq);
>   
> -	DEBUG(0,("Calling samba_kcc script\n"));
> +	DEBUG(2, ("Calling samba_kcc script\n"));
>   	service->periodic.subreq = samba_runcmd_send(service,
>   					service->task->event_ctx,
>   					timeval_current_ofs(40, 0),
Approved by me.


More information about the samba-technical mailing list