Skip to content

Commit

Permalink
better log
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 9, 2023
1 parent 69afd25 commit fa0f5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibcop.pl
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ sub entries {
} elsif ($char eq '=' and $s eq 'tag') {
my $t = lc($acc);
if (exists $entry{$t}) {
warning("The tag '$t' is seen more than once");
warning("The tag '$t' is seen more than once at line no.$lineno");
}
$tag = $t;
$s = 'value';
Expand Down

0 comments on commit fa0f5f5

Please sign in to comment.