mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
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:
parent
6e23112304
commit
6c41f2e076
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user