提交 d1c44803 编写于 作者: H Han Han 提交者: Erik Skultety

conf: Fix a error msg typo in virDomainVideoDefValidate

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

Introduced by commit d48813e8.
Signed-off-by: NHan Han <hhan@redhat.com>
Reviewed-by: NErik Skultety <eskultet@redhat.com>
上级 5229494b
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册