From: wessels <> Date: Wed, 20 Jul 2005 23:07:25 +0000 (+0000) Subject: Also enable opt_debug_stderr for squid -z X-Git-Tag: SQUID_3_0_PRE4~698 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=930dea4ab72f746decc7910d03075a1189d0afbd;p=thirdparty%2Fsquid.git Also enable opt_debug_stderr for squid -z --- 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;