From: Source Maintenance Date: Thu, 27 Oct 2016 12:12:18 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_16~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=236b4c677c2dec11ae0b751462ca4aaaa09ad478;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/acl/RegexData.cc b/src/acl/RegexData.cc index 8546dbd56d..6312898840 100644 --- a/src/acl/RegexData.cc +++ b/src/acl/RegexData.cc @@ -217,7 +217,7 @@ compileUnoptimisedREs(std::list &curlist, const SBufList &sl) } else { if (!compileRE(curlist, configurationLineWord.c_str() , flags)) debugs(28, DBG_CRITICAL, "ERROR: Skipping regular expression. " - "Compile failed: '" << configurationLineWord << "'"); + "Compile failed: '" << configurationLineWord << "'"); } } }