Displaying 1 result from an estimated 1 matches for "95eb1eaf7".
2018 Aug 10
2
[PATCH] Change wording from "twice" to "more than once" in error messages
...rror (f_"-o rhv-upload: -oo rhv-cluster set more than once");
rhv_cluster := Some v
| "rhv-direct", "" -> rhv_direct := true
| "rhv-direct", v -> rhv_direct := bool_of_string v
diff --git a/v2v/output_vdsm.ml b/v2v/output_vdsm.ml
index 95eb1eaf7..dc107cf2f 100644
--- a/v2v/output_vdsm.ml
+++ b/v2v/output_vdsm.ml
@@ -69,11 +69,11 @@ let parse_output_options options =
error (f_"-o vdsm: unknown vdsm-compat level ā%sā") v
| "vdsm-vm-uuid", v ->
if !vm_uuid <> None then
- error (f_"...