1
0
mirror of synced 2026-02-08 16:51:28 +00:00

Fix unaligned maxmem output of xen-create-image. (Closes: #764126)

This commit is contained in:
Santiago Vila
2014-10-05 18:16:07 +02:00
committed by Axel Beckert
parent 4d64044f29
commit 043b58b5ea

View File

@@ -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' } ) &&