resize: Fix missing newline from end of print.
authorRichard Jones <rjones@redhat.com>
Mon, 12 Apr 2010 17:54:58 +0000 (18:54 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 12 Apr 2010 17:55:18 +0000 (18:55 +0100)
tools/virt-resize

index fcd076f..9ffceb3 100755 (executable)
@@ -1085,7 +1085,7 @@ sub expand_partitions
                 # Expand if requested.
                 if ($partitions{$part}->{will_expand_content}) {
                     if (!$quiet && !$debug) {
                 # 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});
                     }
                                   p => $part,
                                   meth => $partitions{$part}->{expand_content_method});
                     }