From 7bdf48ec709b7e805676f791ddb13c9950572c6e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 7 Dec 2009 00:36:51 +0100 Subject: [PATCH] s3: setup debug for smbtorture (cherry picked from commit b13dd17840a598ae3441e48b130a2b2a2b940572) (cherry picked from commit 139a9fdcd6c33ef10af83fd9c640ed0191670c5b) --- source3/torture/torture.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 9abcabde89b..b0f5d82a7a1 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -7318,6 +7318,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")); -- 2.11.4.GIT