virnetsockettest: fix error messages

This commit is contained in:
Ján Tomko 2016-06-20 15:52:55 +02:00
parent 23b6559d65
commit 42362c9166

View File

@ -271,7 +271,7 @@ static int testSocketUNIXAddrs(const void *data ATTRIBUTE_UNUSED)
}
if (STRNEQ(virNetSocketRemoteAddrString(csock), "127.0.0.1;0")) {
VIR_DEBUG("Unexpected local address");
VIR_DEBUG("Unexpected remote address");
goto cleanup;
}
@ -293,7 +293,7 @@ static int testSocketUNIXAddrs(const void *data ATTRIBUTE_UNUSED)
}
if (STRNEQ(virNetSocketRemoteAddrString(ssock), "127.0.0.1;0")) {
VIR_DEBUG("Unexpected local address");
VIR_DEBUG("Unexpected remote address");
goto cleanup;
}