diff options
author | Volker Lendecke <vl@samba.org> | 2009-12-07 00:36:51 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-02-12 23:12:09 +0100 |
commit | b13dd17840a598ae3441e48b130a2b2a2b940572 (patch) | |
tree | b2078bcc2211e847f8379faea0f652b1e1e51e1e /source3/torture | |
parent | 12abab711b58237ddccfa1d9bb526f8c7dbb6e9f (diff) | |
download | samba-b13dd17840a598ae3441e48b130a2b2a2b940572.tar.gz samba-b13dd17840a598ae3441e48b130a2b2a2b940572.tar.bz2 samba-b13dd17840a598ae3441e48b130a2b2a2b940572.zip |
s3: setup debug for smbtorture
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 07cf5f9bc3..98da818695 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -7447,6 +7447,8 @@ static void usage(void) load_case_tables(); + setup_logging("smbtorture", true); + if (is_default_dyn_CONFIGFILE()) { if(getenv("SMB_CONF_PATH")) { set_dyn_CONFIGFILE(getenv("SMB_CONF_PATH")); |