bhyve: unify error message for UUID generation

All the other places spell UUID in all caps.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
Ján Tomko 2023-03-17 22:57:42 +01:00
parent 6e23112304
commit 6c41f2e076

View File

@ -947,7 +947,7 @@ bhyveParseCommandLineString(const char* nativeConfig,
def->virtType = VIR_DOMAIN_VIRT_BHYVE;
if (virUUIDGenerate(def->uuid) < 0) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
_("Failed to generate uuid"));
_("Failed to generate UUID"));
return NULL;
}
def->id = -1;