cut&paste bug

This commit is contained in:
mcafee%netscape.com 2001-11-03 01:18:39 +00:00
parent 48a71d9872
commit 2b5d21db32

View File

@ -410,7 +410,7 @@ BEGIN {
# Scrape data
if (defined $td->{scrape}{$logfile}) {
my ($scrape_data)
= @{ $td->{startup}{$logfile} };
= @{ $td->{scrape}{$logfile} };
# ex: Tp:5.45s
print sprintf "<br>$scrape_data";
}