From: ajt <> Date: Tue, 20 Feb 2001 18:17:15 +0000 (-0800) Subject: [project @ 2001-02-20 10:17:15 by ajt] X-Git-Tag: release/2.6.0~1151 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d3e6ac92ba5e5289dff1ddfeba35058340655257;p=debbugs.git [project @ 2001-02-20 10:17:15 by ajt] add more token debugging code --- diff --git a/cgi/common.pl b/cgi/common.pl index c91f6bfa..f212eede 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -303,6 +303,7 @@ sub getbugs { -e "$debbugs::gSpoolDir/by-$opt.idx") { my %lookup; +print STDERR "optimized" if ($debug); tie %lookup, DB_File => "$debbugs::gSpoolDir/by-$opt.idx", O_RDONLY or die "$0: can't open $debbugs::gSpoolDir/by-$opt.idx ($!)\n"; while ($key = shift) {