From d3e6ac92ba5e5289dff1ddfeba35058340655257 Mon Sep 17 00:00:00 2001 From: ajt <> Date: Tue, 20 Feb 2001 10:17:15 -0800 Subject: [PATCH] [project @ 2001-02-20 10:17:15 by ajt] add more token debugging code --- cgi/common.pl | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5