提交 d16a166e 编写于 作者: L Laine Stump

conf: fix error log with "address address"

Addresses https://bugzilla.redhat.com/show_bug.cgi?id=800762
上级 af4d39f8
......@@ -778,7 +778,7 @@ virNetworkIPParseXML(const char *networkName,
if (!(VIR_SOCKET_ADDR_IS_FAMILY(&def->address, AF_INET) ||
VIR_SOCKET_ADDR_IS_FAMILY(&def->address, AF_UNSPEC))) {
virNetworkReportError(VIR_ERR_CONFIG_UNSUPPORTED,
_("no family specified for non-IPv4 address address '%s' in network '%s'"),
_("no family specified for non-IPv4 address '%s' in network '%s'"),
address, networkName);
goto error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册