conf: Fix a error msg typo in virDomainVideoDefValidate

https://bugzilla.redhat.com/show_bug.cgi?id=1607825

Introduced by commit d48813e8.

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Han Han 2018-07-26 21:52:46 +08:00 committed by Erik Skultety
parent 5229494b01
commit d1c4480390

View File

@ -5687,7 +5687,7 @@ virDomainVideoDefValidate(const virDomainVideoDef *video,
if (def->videos[i]->type == VIR_DOMAIN_VIDEO_TYPE_NONE &&
def->nvideos > 1) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
_("a '%s' video type must be the only video device "
_("a 'none' video type must be the only video device "
"defined for the domain"));
return -1;
}