diff --git a/bin/xen-list-images b/bin/xen-list-images index 9de9d1f..3ab5e84 100755 --- a/bin/xen-list-images +++ b/bin/xen-list-images @@ -264,7 +264,7 @@ sub displayInstance } print "Name: $name\n"; - print "Memory: $mem\n"; + print "Memory: $mem MB\n"; print "IP: " . $ip . $mac . "\n" if length($ip); print "DHCP" . $mac . "\n" if $dhcp; print "Config: $file\n"; diff --git a/debian/changelog b/debian/changelog index dcc54f3..a88d1b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low UTF-8. Fixes FTBFS with Perl 5.18. (Finally closes: #720519) * Apply patch by Philipp Erbelding to fix overzealous line matching in xen-list-images. (Gitorious merge request #5) + * xen-list-images now displays a unit after the memory size -- Axel Beckert Fri, 23 Aug 2013 21:13:07 +0200