From 236b4c677c2dec11ae0b751462ca4aaaa09ad478 Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Thu, 27 Oct 2016 12:12:18 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/acl/RegexData.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 << "'"); } } } -- 2.47.3