From: The Squid Software Foundation <> Date: Fri, 4 Oct 2013 03:45:04 +0000 (-0600) Subject: Polished warning. X-Git-Tag: SQUID_3_5_0_1~98^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1254c94fb175de41330aadc5f0e461ec11160c0c;p=thirdparty%2Fsquid.git Polished warning. --- diff --git a/scripts/boiler-mgr.pl b/scripts/boiler-mgr.pl index ef840b0e62..fd4e18bad2 100755 --- a/scripts/boiler-mgr.pl +++ b/scripts/boiler-mgr.pl @@ -172,8 +172,8 @@ foreach my $fname (@FileNames) { # If we replaced what we thought is an old boiler, do not use $` for # context because it is based on modified $code and will often mislead. my $context = defined $boiler ? $& : ($` . $&); - &Warn("Suspected boilerplate in an unusual location, skipping.", - $context); + &Warn("Suspected boilerplate in an unusual location, skipping:", + $context); next; }