More tweaks to logging for sizes

This commit is contained in:
Steve McIntyre 2011-02-23 14:01:33 +00:00
parent addab9dec9
commit fb03fc2424
1 changed files with 1 additions and 2 deletions

View File

@ -190,11 +190,10 @@ while (defined (my $pkg = <INLIST>)) {
}
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");