]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Thu, 27 Oct 2016 12:12:18 +0000 (12:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Thu, 27 Oct 2016 12:12:18 +0000 (12:12 +0000)
src/acl/RegexData.cc

index 8546dbd56d0089f9acc10d892ff516b4c146f21c..6312898840cdf4a99936ec80c07ccb04f61469a9 100644 (file)
@@ -217,7 +217,7 @@ compileUnoptimisedREs(std::list<RegexPattern> &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 << "'");
         }
     }
 }