From dad047ab751b3c630c60635f55bc25734f98c339 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 6 Jun 2011 03:00:41 +1200 Subject: [PATCH] Polish: display easily grepped config lines on -k parse --- src/cache_cf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache_cf.cc b/src/cache_cf.cc index c424e98240..9d8c157134 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -494,7 +494,7 @@ parseOneConfigFile(const char *file_name, unsigned int depth) trim_trailing_ws(tmp_line); ProcessMacros(tmp_line, tmp_line_len); - debugs(3, 5, "Processing: '" << tmp_line << "'"); + debugs(3, (opt_parse_cfg_only?1:5), "Processing: " << tmp_line); if (const char* expr = FindStatement(tmp_line, "if")) { if_states.push_back(EvalBoolExpr(expr)); // store last if-statement meaning -- 2.47.2