From fa0f5f53a328a92e2419e59e58a9cc82a85a9e83 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Wed, 9 Aug 2023 07:25:10 +0300 Subject: [PATCH] better log --- bibcop.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibcop.pl b/bibcop.pl index 8e4535c..3702898 100755 --- a/bibcop.pl +++ b/bibcop.pl @@ -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';