summaryrefslogtreecommitdiffstats
path: root/CVSROOT/logcheck
diff options
context:
space:
mode:
Diffstat (limited to 'CVSROOT/logcheck')
-rwxr-xr-xCVSROOT/logcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/logcheck b/CVSROOT/logcheck
index b6af99c..7b75d1c 100755
--- a/CVSROOT/logcheck
+++ b/CVSROOT/logcheck
@@ -91,7 +91,7 @@ while ($j >= 0 and my $header = $log_in[$j]) {
# Type check the header
unless ($value =~ /^$pattern$/) {
- print "Error: syntax check failed for: $header\n";
+ print "Error: $header: should match /^$pattern\$/.\n";
++$error;
next;
}
OpenPOWER on IntegriCloud