]> git.deb.at Git - deb/packages.git/commitdiff
Used wrong variable for displaying the final benchmark result.
authorFrank Lichtenheld <frank@lichtenheld.de>
Sat, 4 Feb 2006 20:59:08 +0000 (20:59 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sat, 4 Feb 2006 20:59:08 +0000 (20:59 +0000)
Which actually explains a lot ;)

cgi-bin/search_packages.pl

index 6497f0610250cf8b6bbeeb201e001758e6a07837..e5cf44d15d4b2bd44a517fd0bc7a29a09a22dc2f 100755 (executable)
@@ -406,7 +406,7 @@ if (@results) {
 #print_results(\@results, \%opts) if @results;;
 my $tet1 = new Benchmark;
 my $tetd = timediff($tet1, $tet0);
-print "Total page evaluation took ".timestr($petd)."<br>"
+print "Total page evaluation took ".timestr($tetd)."<br>"
     if $debug_allowed;
 
 my $trailer = Packages::HTML::trailer( $ROOT );