mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 07:05:28 +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 */
|
||||
if (found_internal && external) {
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
||||
_("mixing internal and external snapshots is not "
|
||||
"supported yet"));
|
||||
_("mixing internal and external targets for a snapshot "
|
||||
"is not yet supported"));
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user