More tweaks to logging for sizes

This commit is contained in:
Steve McIntyre 2011-02-23 13:57:40 +00:00
parent 2148f6d1d4
commit addab9dec9
1 changed files with 3 additions and 1 deletions

View File

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