From: amosjeffries <> Date: Mon, 25 Feb 2008 10:01:35 +0000 (+0000) Subject: Author: hno X-Git-Tag: SQUID_3_0_STABLE2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d6330f7d3a5ca9ccd0324c45488e52cbef7f0c;p=thirdparty%2Fsquid.git Author: hno Allow informal errors on stderr when using -k parse --- diff --git a/src/main.cc b/src/main.cc index 5522e357ea..de9674a4f6 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,6 +1,6 @@ /* - * $Id: main.cc,v 1.451.2.3 2008/02/25 03:01:01 amosjeffries Exp $ + * $Id: main.cc,v 1.451.2.4 2008/02/25 03:01:35 amosjeffries Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -1153,6 +1153,10 @@ main(int argc, char **argv) mainParseOptions(argc, argv); + if (opt_parse_cfg_only) { + Debug::parseOptions("ALL,1"); + } + #if USE_WIN32_SERVICE if (opt_install_service)