git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba099ee
)
resize: Fix missing newline from end of print.
author
Richard Jones
<rjones@redhat.com>
Mon, 12 Apr 2010 17:54:58 +0000
(18:54 +0100)
committer
Richard Jones
<rjones@redhat.com>
Mon, 12 Apr 2010 17:55:18 +0000
(18:55 +0100)
tools/virt-resize
patch
|
blob
|
history
diff --git
a/tools/virt-resize
b/tools/virt-resize
index
fcd076f
..
9ffceb3
100755
(executable)
--- 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});
}