mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Bring back occurences count.
This commit is contained in:
parent
14ff0ad244
commit
bcd738056e
@ -373,7 +373,7 @@ sub print_warning {
|
||||
if ($warn_rec->{count} == 1) {
|
||||
print "See build log excerpt";
|
||||
} else {
|
||||
print "See 1st build log reference";
|
||||
print "See 1st of $warn_rec->{count} occurrences in build log";
|
||||
}
|
||||
print "</a>)</td></tr>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user