diff options
-rwxr-xr-x | CVSROOT/logcheck | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CVSROOT/logcheck b/CVSROOT/logcheck index 0408f1309b9f..590972c57e90 100755 --- a/CVSROOT/logcheck +++ b/CVSROOT/logcheck @@ -97,8 +97,9 @@ while ($j >= 0 and my $header = $log_in[$j]) { } } else { - print "Error: malformed line in template headers: $header\n"; - ++$error; + ## print "Error: malformed line in template headers: $header\n"; + ## ++$error; + print "Warning: malformed line in template headers: $header\n"; next; } } |