From fb03fc2424b9bc8a7d353a64a80a1d543e505b20 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Wed, 23 Feb 2011 14:01:33 +0000 Subject: [PATCH] More tweaks to logging for sizes --- tools/make_disc_trees.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/make_disc_trees.pl b/tools/make_disc_trees.pl index 61bb51cf..2752bf32 100755 --- a/tools/make_disc_trees.pl +++ b/tools/make_disc_trees.pl @@ -190,11 +190,10 @@ while (defined (my $pkg = )) { } print LOG "Starting new disc $disknum at " . `date` . "\n"; print LOG " Specified size: $diskdesc, $maxdiskblocks 2K-blocks maximum\n"; - print "Starting new disc $disknum at " . `date` . "\n"; - print " Specified size: $diskdesc, $maxdiskblocks 2K-blocks maximum\n"; start_disc(); + print " Specified size for this image: $diskdesc, $maxdiskblocks 2K-blocks maximum\n"; print " Placing packages into image $disknum\n"; if ( -e "$bdir/$disknum.mkisofs_opts" ) { open(OPTS, "<$bdir/$disknum.mkisofs_opts");