[libvirt] [PATCH 4/7] virnetsockettest: fix error messages

Ján Tomko jtomko at redhat.com
Mon Jun 20 14:27:40 UTC 2016


---
 tests/virnetsockettest.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/virnetsockettest.c b/tests/virnetsockettest.c
index 8cd8ede..4d78d27 100644
--- a/tests/virnetsockettest.c
+++ b/tests/virnetsockettest.c
@@ -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;
     }
 
-- 
2.7.3




More information about the libvir-list mailing list