mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
virnetsockettest: fix error messages
This commit is contained in:
parent
23b6559d65
commit
42362c9166
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user