summaryrefslogtreecommitdiff
path: root/source4/python/py_smb.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/python/py_smb.c')
-rw-r--r--source4/python/py_smb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/python/py_smb.c b/source4/python/py_smb.c
index 3f05b5d7c6..52de768558 100644
--- a/source4/python/py_smb.c
+++ b/source4/python/py_smb.c
@@ -394,6 +394,6 @@ void initsmb(void)
py_samba_init();
- setup_logging("smb", True);
+ setup_logging("smb", DEBUG_STDOUT);
DEBUGLEVEL = 10;
}