From 930dea4ab72f746decc7910d03075a1189d0afbd Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 20 Jul 2005 23:07:25 +0000 Subject: [PATCH] Also enable opt_debug_stderr for squid -z --- src/main.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index a6f25f3399..de35d50527 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.411 2005/07/09 20:02:49 serassio Exp $ + * $Id: main.cc,v 1.412 2005/07/20 17:07:25 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -379,6 +379,8 @@ mainParseOptions(int argc, char *argv[]) /* NOTREACHED */ case 'z': + opt_debug_stderr = 1; + opt_create_swap_dirs = 1; break; -- 2.47.2