]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Polished warning.
authorThe Squid Software Foundation <>
Fri, 4 Oct 2013 03:45:04 +0000 (21:45 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Fri, 4 Oct 2013 03:45:04 +0000 (21:45 -0600)
scripts/boiler-mgr.pl

index ef840b0e62c5fda80b9b497b7b8965d9704a01ab..fd4e18bad2e8428be443e59f7cf679c3ea98abe6 100755 (executable)
@@ -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;
        }