From 95d6330f7d3a5ca9ccd0324c45488e52cbef7f0c Mon Sep 17 00:00:00 2001 From: amosjeffries <> Date: Mon, 25 Feb 2008 10:01:35 +0000 Subject: [PATCH] Author: hno Allow informal errors on stderr when using -k parse --- src/main.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.47.2