summaryrefslogtreecommitdiff
path: root/source4/python/py_lsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/python/py_lsa.c')
-rw-r--r--source4/python/py_lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/python/py_lsa.c b/source4/python/py_lsa.c
index 22db29665a..2ea7be3645 100644
--- a/source4/python/py_lsa.c
+++ b/source4/python/py_lsa.c
@@ -463,6 +463,6 @@ void initlsa(void)
py_samba_init();
- setup_logging("lsa", True);
+ setup_logging("lsa", DEBUG_STDOUT);
DEBUGLEVEL = 10;
}