Made list2cds more verbose

This commit is contained in:
Steve McIntyre 2005-06-05 00:13:18 +00:00
parent a7e702d77a
commit bc29265c97
2 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View File

@ -10,6 +10,7 @@ debian-cd (2.2.23) unstable; UNRELEASED
ppc/pegasos easier to boot. Closes: #311925
- Re-add the kernel-headers packages to match kernel images (only
on i386 and amd64). Closes: #249386
- Made list2cds more verbose
debian-cd (2.2.22) unstable; urgency=critical

View File

@ -483,8 +483,9 @@ sub add_package {
# Creation of a new CD when needed
if ($cd_size + $size > $limit) {
my $try_size = $cd_size + $size;
msg(0, "CD $cd filled with $cd_size bytes ... ",
"(limit was $limit)\n");
"(limit was $limit, would have taken $try_size)\n");
$cd++;
$cd_size = 0;
# New limit