summaryrefslogtreecommitdiff
path: root/source4/lib/cmdline
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-29 12:10:39 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-29 04:24:06 +0200
commit481f1e601daafd186c504476f7efa1b557099105 (patch)
treec1cee1d92dcc6065127d81e2e2bdfc33be4e9e59 /source4/lib/cmdline
parentfcb90f476159583443d37f5844b1021d9e200b33 (diff)
downloadsamba-481f1e601daafd186c504476f7efa1b557099105.tar.gz
samba-481f1e601daafd186c504476f7efa1b557099105.tar.bz2
samba-481f1e601daafd186c504476f7efa1b557099105.zip
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/cmdline')
-rw-r--r--source4/lib/cmdline/popt_common.c2
1 files changed, 1 insertions, 1 deletions
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);