Blame SOURCES/0064-v2v-i-ova-Small-correction-to-warning-message.patch

0d20ef
From 3f1b598dc776761ed83153f60281aec7425c1ad9 Mon Sep 17 00:00:00 2001
0d20ef
From: "Richard W.M. Jones" <rjones@redhat.com>
0d20ef
Date: Tue, 25 Nov 2014 14:33:55 +0000
0d20ef
Subject: [PATCH] v2v: -i ova: Small correction to warning message.
0d20ef
0d20ef
Thanks: Pino Toscano
0d20ef
0d20ef
(cherry picked from commit 7030635e51050514b8a597911c9b1f9077d89a56)
0d20ef
---
0d20ef
 v2v/input_ova.ml | 4 ++--
0d20ef
 1 file changed, 2 insertions(+), 2 deletions(-)
0d20ef
0d20ef
diff --git a/v2v/input_ova.ml b/v2v/input_ova.ml
0d20ef
index 43e1499..1ab0320 100644
0d20ef
--- a/v2v/input_ova.ml
0d20ef
+++ b/v2v/input_ova.ml
0d20ef
@@ -170,10 +170,10 @@ object
0d20ef
       | 6 -> Some `SCSI
0d20ef
       | 5 -> Some `IDE
0d20ef
       | 0 ->
0d20ef
-        warning ~prog (f_"ova hard disk has no parent controller, please report this as a bug supplying the *.ovf file extracted from the ova");
0d20ef
+        warning ~prog (f_"ova disk has no parent controller, please report this as a bug supplying the *.ovf file extracted from the ova");
0d20ef
         None
0d20ef
       | _ ->
0d20ef
-        warning ~prog (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")
0d20ef
+        warning ~prog (f_"ova disk has an unknown VMware controller type (%d), please report this as a bug supplying the *.ovf file extracted from the ova")
0d20ef
           controller;
0d20ef
         None
0d20ef
     in
0d20ef
-- 
0d20ef
1.8.3.1
0d20ef