More tweaks to logging for sizes

This commit is contained in:
Steve McIntyre 2011-02-23 15:24:06 +00:00
parent f21f0bbe28
commit 317536973a
1 changed files with 1 additions and 3 deletions

View File

@ -189,10 +189,8 @@ while (defined (my $pkg = <INLIST>)) {
last;
}
print LOG "Starting new disc $disknum at " . `date` . "\n";
print LOG " Specified size: $diskdesc, $maxdiskblocks 2K-blocks maximum\n";
start_disc();
print LOG " Specified size: $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");