Fix error message.
This commit is contained in:
parent
c54cb0e8e8
commit
1edc5a7b54
2 changed files with 2 additions and 2 deletions
|
@ -199,6 +199,6 @@ sub parse_see_also {
|
|||
sub error {
|
||||
my ($error) = @_;
|
||||
|
||||
print STDERR "info.pl:$filename:$.: $error\n";
|
||||
print STDERR "findsubj.pl:$filename:$.: $error\n";
|
||||
exit 1;
|
||||
}
|
||||
|
|
|
@ -147,6 +147,6 @@ sub parse_file {
|
|||
sub error {
|
||||
my ($error) = @_;
|
||||
|
||||
print STDERR "info.pl:$filename:$.: $error\n";
|
||||
print STDERR "mksubj.pl:$filename:$.: $error\n";
|
||||
exit 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue