From bc29265c974e19efdac4708cb4254846323e3574 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sun, 5 Jun 2005 00:13:18 +0000 Subject: [PATCH] Made list2cds more verbose --- debian/changelog | 1 + tools/list2cds | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c9f4f3dd..00730d06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/tools/list2cds b/tools/list2cds index 460bf224..ed15c39b 100755 --- a/tools/list2cds +++ b/tools/list2cds @@ -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