From 960b99f875162ade09b7db886d1362de7d548792 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 12 Apr 2010 18:54:58 +0100 Subject: [PATCH] resize: Fix missing newline from end of print. --- tools/virt-resize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virt-resize b/tools/virt-resize index fcd076f..9ffceb3 100755 --- a/tools/virt-resize +++ b/tools/virt-resize @@ -1085,7 +1085,7 @@ sub expand_partitions # Expand if requested. if ($partitions{$part}->{will_expand_content}) { if (!$quiet && !$debug) { - print __x("Expanding {p} using the '{meth}' method", + print __x("Expanding {p} using the '{meth}' method\n", p => $part, meth => $partitions{$part}->{expand_content_method}); } -- 1.8.3.1