From 043b58b5ea3daee57d502eb326c1c0d54b8e1e22 Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Sun, 5 Oct 2014 18:16:07 +0200 Subject: [PATCH] Fix unaligned maxmem output of xen-create-image. (Closes: #764126) --- bin/xen-create-image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 6a480bc..b4425db 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -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' } ) &&