From ecf42cef395034f8e4af704d1b064c041a023b8b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 30 Sep 2016 07:41:09 +0200 Subject: [PATCH] s4-kdc: Fix logging with the KDB driver Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlet Reviewed-by: Jeremy Allison --- source4/kdc/mit_samba.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/kdc/mit_samba.c b/source4/kdc/mit_samba.c index 8a2bfe9b715..0531b017fdb 100644 --- a/source4/kdc/mit_samba.c +++ b/source4/kdc/mit_samba.c @@ -76,7 +76,7 @@ int mit_samba_context_init(struct mit_samba_context **_ctx) goto done; } - setup_logging("mitkdc", DEBUG_STDOUT); + setup_logging("mitkdc", DEBUG_DEFAULT_STDOUT); /* init s4 configuration */ s4_conf_file = lpcfg_configfile(base_ctx.lp_ctx); -- 2.34.1