Displaying 2 results from an estimated 2 matches for "0f14c2189".
2017 Mar 30
4
[PATCH 0/3] p2v, v2v: Ensure the full version is always available in several places.
After debugging a virt-p2v issue with a customer in the middle of the
night on Tuesday, I felt it would have been helpful to know exactly
which version(s) of virt-p2v and virt-v2v they were using. That
wasn't very clear from the log file I was provided with, so this
change makes sure the information is included every time.
Rich.
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...->
- error (f_"don't know how to convert UEFI guests for architecture %s")
+ error (f_"don’t know how to convert UEFI guests for architecture %s")
guest_arch in
let rec loop = function
| [] ->
diff --git a/v2v/v2v.ml b/v2v/v2v.ml
index 0f14c2189..8cf1fad8e 100644
--- a/v2v/v2v.ml
+++ b/v2v/v2v.ml
@@ -175,7 +175,7 @@ and open_source cmdline input =
(match source.s_hypervisor with
| OtherHV hv ->
- warning (f_"unknown source hypervisor ('%s') in metadata") hv
+ warning (f_"unknown source hypervisor (‘%...