]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Also enable opt_debug_stderr for squid -z
authorwessels <>
Wed, 20 Jul 2005 23:07:25 +0000 (23:07 +0000)
committerwessels <>
Wed, 20 Jul 2005 23:07:25 +0000 (23:07 +0000)
src/main.cc

index a6f25f3399f2d5ea3642776cbb112ce9ce4fe0c3..de35d50527cb301c0c7caa78f70fe562d59cbf8d 100644 (file)
@@ -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;