whops forgot a '}', code did not compile.

This commit is contained in:
kestes%walrus.com 2002-04-25 00:31:30 +00:00
Родитель 28cdf792e4
Коммит 2f60f8f710
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -7,8 +7,8 @@
# the build was and display a link to the build log. # the build was and display a link to the build log.
# $Revision: 1.28 $ # $Revision: 1.29 $
# $Date: 2002-04-25 00:13:48 $ # $Date: 2002-04-25 00:31:30 $
# $Author: kestes%walrus.com $ # $Author: kestes%walrus.com $
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $ # $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $
# $Name: $ # $Name: $
@ -805,13 +805,18 @@ sub apply_db_updates {
($different_builds) && ($different_builds) &&
($separation < $safe_separation) ($separation < $safe_separation)
) { ) {
print LOG ( print LOG (
"Not enough separation between builds. ". "Not enough separation between builds. ".
"separation: $separation tree: $tree build: $build \n". "separation: $separation tree: $tree build: $build \n".
""); "");
# Remove old entry
shift @{ $DATABASE{$tree}{$build}{'recs'} }; shift @{ $DATABASE{$tree}{$build}{'recs'} };
} }
}
# Is this report for the same build as the [0] entry? If so we do not # Is this report for the same build as the [0] entry? If so we do not
# want two entries for the same build. Must throw out either # want two entries for the same build. Must throw out either
# update or record in the database. # update or record in the database.