提交 42362c91 编写于 作者: J Ján Tomko

virnetsockettest: fix error messages

上级 23b6559d
...@@ -271,7 +271,7 @@ static int testSocketUNIXAddrs(const void *data ATTRIBUTE_UNUSED) ...@@ -271,7 +271,7 @@ static int testSocketUNIXAddrs(const void *data ATTRIBUTE_UNUSED)
} }
if (STRNEQ(virNetSocketRemoteAddrString(csock), "127.0.0.1;0")) { if (STRNEQ(virNetSocketRemoteAddrString(csock), "127.0.0.1;0")) {
VIR_DEBUG("Unexpected local address"); VIR_DEBUG("Unexpected remote address");
goto cleanup; goto cleanup;
} }
...@@ -293,7 +293,7 @@ static int testSocketUNIXAddrs(const void *data ATTRIBUTE_UNUSED) ...@@ -293,7 +293,7 @@ static int testSocketUNIXAddrs(const void *data ATTRIBUTE_UNUSED)
} }
if (STRNEQ(virNetSocketRemoteAddrString(ssock), "127.0.0.1;0")) { if (STRNEQ(virNetSocketRemoteAddrString(ssock), "127.0.0.1;0")) {
VIR_DEBUG("Unexpected local address"); VIR_DEBUG("Unexpected remote address");
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册