resize: Fix missing newline from end of print.
[libguestfs.git] / 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) {
-                        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});
                     }