diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-29 12:10:39 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-29 04:24:06 +0200 |
commit | 481f1e601daafd186c504476f7efa1b557099105 (patch) | |
tree | c1cee1d92dcc6065127d81e2e2bdfc33be4e9e59 /source4/lib | |
parent | fcb90f476159583443d37f5844b1021d9e200b33 (diff) | |
download | samba-481f1e601daafd186c504476f7efa1b557099105.tar.gz |
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
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/cmdline/popt_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/cmdline/popt_common.c b/source4/lib/cmdline/popt_common.c index af1e900092c..25b02b446d0 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); |