mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
help debug lookup bug
This commit is contained in:
parent
378355ee32
commit
1476e26fd2
@ -147,6 +147,7 @@ sub gcc_parser {
|
||||
unless(defined($dir = $file_hash_ref->{$filename})) {
|
||||
$dir = '[no_match]';
|
||||
}
|
||||
warn "Did not find $cvsroot/$tree/$builddir/$filename,v\n" if $dir =~ /multiple/;
|
||||
}
|
||||
my $file = "$dir/$filename";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user