From ca3ecbb8dc61891c718580be8ba82c9ace4c4e82 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 17 Jun 2011 06:48:01 -0600 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 56a6433853..df6072b138 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -367,7 +367,7 @@ parseOneConfigFile(const char *file_name, unsigned int depth) continue; } - debugs(3, 5, "Processing: '" << tmp_line << "'"); + debugs(3, (opt_parse_cfg_only?1:5), "Processing: " << tmp_line); /* Handle includes here */ if (tmp_line_len >= 9 && strncmp(tmp_line, "include", 7) == 0 && xisspace(tmp_line[7])) { -- 2.47.2