mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
qemu: snapshot: Touch up error message
This commit is contained in:
parent
0018477fb2
commit
cdf02d6474
@ -11860,8 +11860,8 @@ qemuDomainSnapshotPrepare(virDomainObjPtr vm, virDomainSnapshotDefPtr def,
|
|||||||
* offline snapshots */
|
* offline snapshots */
|
||||||
if (found_internal && external) {
|
if (found_internal && external) {
|
||||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
||||||
_("mixing internal and external snapshots is not "
|
_("mixing internal and external targets for a snapshot "
|
||||||
"supported yet"));
|
"is not yet supported"));
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user