From: Richard Jones Date: Mon, 12 Apr 2010 17:54:58 +0000 (+0100) Subject: resize: Fix missing newline from end of print. X-Git-Tag: 1.3.3~5 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=960b99f875162ade09b7db886d1362de7d548792;p=libguestfs.git resize: Fix missing newline from end of print. --- 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}); }