summaryrefslogtreecommitdiff
path: root/source4/python/py_samr.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/python/py_samr.c')
-rw-r--r--source4/python/py_samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/python/py_samr.c b/source4/python/py_samr.c
index 182671d047..39cfb3e60c 100644
--- a/source4/python/py_samr.c
+++ b/source4/python/py_samr.c
@@ -492,6 +492,6 @@ void initsamr(void)
py_samba_init();
- setup_logging("samr", True);
+ setup_logging("samr", DEBUG_STDOUT);
DEBUGLEVEL = 10;
}