Rename log.add_packages to add_packages.log

This commit is contained in:
Steve McIntyre 2010-04-27 12:27:03 +00:00
parent f5f5b8b4a7
commit 27d2d9200f
2 changed files with 5 additions and 2 deletions

3
debian/changelog vendored
View File

@ -14,6 +14,9 @@ debian-cd (3.1.4) UNRELEASED; urgency=low
* Rename log.sort_deps* to sort_deps*.log for better consistency.
Closes: #571591
[ Steve McIntyre ]
* Rename log.add_packages to add_packages.log
-- Steve McIntyre <93sam@debian.org> Tue, 27 Feb 2010 12:24:29 +0100
debian-cd (3.1.3) unstable; urgency=low

View File

@ -717,8 +717,8 @@ sub finish_disc {
sub msg_ap {
my $level = shift;
if (!$log_opened) {
open(AP_LOG, ">> $tdir/$codename/log.add_packages")
|| die "Can't write in $tdir/log.add_packages!\n";
open(AP_LOG, ">> $tdir/$codename/add_packages.log")
|| die "Can't write in $tdir/add_packages.log!\n";
}
print AP_LOG @_;
}