projects
/
debbugs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868cca0
)
[project @ 2001-02-20 10:17:15 by ajt]
author
ajt
<>
Tue, 20 Feb 2001 18:17:15 +0000
(10:17 -0800)
committer
ajt
<>
Tue, 20 Feb 2001 18:17:15 +0000
(10:17 -0800)
add more token debugging code
cgi/common.pl
patch
|
blob
|
history
diff --git
a/cgi/common.pl
b/cgi/common.pl
index c91f6bfa5ffd7d538c7272da270b62a6408314c1..f212eedeb770bd007e6b81e35ee07c1087e18007 100644
(file)
--- 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) {