[Pkg-libvirt-commits] [libguestfs] 35/146: v2v: -i ova: Small correction to warning message.
Hilko Bengen
bengen at moszumanska.debian.org
Sun Mar 29 17:00:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 8296e65e01b4415080804c958dc45cef435eccb1
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Nov 25 14:33:55 2014 +0000
v2v: -i ova: Small correction to warning message.
Thanks: Pino Toscano
(cherry picked from commit 7030635e51050514b8a597911c9b1f9077d89a56)
---
v2v/input_ova.ml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
index 9a9c10a..b26ce65 100644
--- a/v2v/input_ova.ml
+++ b/v2v/input_ova.ml
@@ -170,10 +170,10 @@ object
| 6 -> Some `SCSI
| 5 -> Some `IDE
| 0 ->
- warning (f_"ova hard disk has no parent controller, please report this as a bug supplying the *.ovf file extracted from the ova");
+ warning (f_"ova disk has no parent controller, please report this as a bug supplying the *.ovf file extracted from the ova");
None
| _ ->
- warning (f_"ova hard disk has an unknown VMware controller type (%d), please report this as a bug supplying the *.ovf file extracted from the ova")
+ warning (f_"ova disk has an unknown VMware controller type (%d), please report this as a bug supplying the *.ovf file extracted from the ova")
controller;
None
in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list