qemu: snapshot: Touch up error message

This commit is contained in:
Peter Krempa 2013-11-25 19:16:16 +01:00
parent 0018477fb2
commit cdf02d6474

View File

@ -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;
}