From 6644afa9fd0519435c5bf6c435243ded93d8a60a Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 24 Sep 2013 22:36:27 +0200 Subject: [PATCH] xen-list-images now displays a unit after the memory size --- bin/xen-list-images | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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