From b13dd17840a598ae3441e48b130a2b2a2b940572 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 7 Dec 2009 00:36:51 +0100 Subject: s3: setup debug for smbtorture --- source3/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/torture/torture.c') 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")); -- cgit