From: Amos Jeffries Date: Fri, 17 Jun 2011 12:48:01 +0000 (-0600) Subject: Polish: display easily grepped config lines on -k parse X-Git-Tag: SQUID_3_1_12_3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3ecbb8dc61891c718580be8ba82c9ace4c4e82;p=thirdparty%2Fsquid.git Polish: display easily grepped config lines on -k parse --- 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])) {