From 481f1e601daafd186c504476f7efa1b557099105 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 29 Jul 2011 12:10:39 +1000 Subject: s4-debug: Start with DEBUG_DEFAULT_STDOUT, so we can log to a file in deamons In commit 3c9d01e3e58e2217915317406541ac8c6f6dcf92 I changed the priority order and added DEBUG_DEFAULT_STDOUT, but did not check all the callers. Andrew Bartlett --- source4/lib/cmdline/popt_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/cmdline/popt_common.c') diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index af1e900092..25b02b446d 100644 --- a/source4/lib/cmdline/popt_common.c +++ b/source4/lib/cmdline/popt_common.c @@ -88,7 +88,7 @@ static void popt_samba_callback(poptContext con, fault_setup(); /* and logging */ - setup_logging(pname, DEBUG_STDOUT); + setup_logging(pname, DEBUG_DEFAULT_STDOUT); talloc_set_log_fn(popt_s4_talloc_log_fn); talloc_set_abort_fn(smb_panic); -- cgit