Fix unaligned maxmem output of xen-create-image. (Closes: #764126)
This commit is contained in:
committed by
Axel Beckert
parent
4d64044f29
commit
043b58b5ea
@@ -2560,7 +2560,7 @@ sub showSummary
|
||||
|
||||
if ( defined( $CONFIG{ 'maxmem' } ) )
|
||||
{
|
||||
logprint("Max mem size : $CONFIG{'maxmem'}\n");
|
||||
logprint("Max mem size : $CONFIG{'maxmem'}\n");
|
||||
}
|
||||
|
||||
if ( exists( $CONFIG{ 'pygrub' } ) &&
|
||||
|
||||
Reference in New Issue
Block a user