mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
vbox: unify "unable to get hard disk id" message
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
parent
3811027318
commit
4be3ba0226
@ -5220,7 +5220,7 @@ vboxSnapshotRedefine(virDomainPtr dom,
|
||||
rc = gVBoxAPI.UIMedium.GetId(medium, &parentiid);
|
||||
if (NS_FAILED(rc)) {
|
||||
vboxReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("Unable to get hardDisk Id"));
|
||||
_("Unable to get hard disk id"));
|
||||
goto cleanup;
|
||||
}
|
||||
gVBoxAPI.UIID.vboxIIDToUtf8(data, &parentiid, &parentUuid);
|
||||
@ -6946,7 +6946,7 @@ vboxDomainSnapshotDeleteMetadataOnly(virDomainSnapshotPtr snapshot)
|
||||
rc = gVBoxAPI.UIMedium.GetId(medium, &parentiid);
|
||||
if (NS_FAILED(rc)) {
|
||||
vboxReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("Unable to get hardDisk Id"));
|
||||
_("Unable to get hard disk id"));
|
||||
goto cleanup;
|
||||
}
|
||||
gVBoxAPI.UIID.vboxIIDToUtf8(data, &parentiid, &parentUuid);
|
||||
|
Loading…
Reference in New Issue
Block a user