X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=extract_holdings;h=1d416e2f4048614897c4fe7e9780e1e4159e3aa1;hp=49de83cabd071cad3f97fbebefbb1d0887bc65a2;hb=38b86b24ad309d12b60c78b3854e8fc20d32bc18;hpb=3b94741628b4623607a45810bdf24eb3d43b529b diff --git a/extract_holdings b/extract_holdings index 49de83c..1d416e2 100755 --- a/extract_holdings +++ b/extract_holdings @@ -156,7 +156,7 @@ sub dump_sample_detail { for my $subkey (sort keys %{ $tags->{$tag} }) { my $sub = $tags->{$tag}{$subkey}; print "|| $subkey | ", $sub->{value}, " | ", - $sub->{count}, "/", $sub->{tcnt}, " | ||\n"; + $sub->{count}, "/", $sub->{tcnt}, " | ", ($sub->{count} > $sub->{tcnt}) ? "MULTI" : "", " ||\n"; } print "\n"; }