]> xenbits.xensource.com Git - libvirt.git/commitdiff
virnetsockettest: fix error messages
authorJán Tomko <jtomko@redhat.com>
Mon, 20 Jun 2016 13:52:55 +0000 (15:52 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 23 Jun 2016 20:23:21 +0000 (22:23 +0200)
tests/virnetsockettest.c

index 8cd8edecafe1aae1b8a16fd86681cd8159e4acd2..4d78d272a02566dd736f05cb6f7aa19b50cbe8b8 100644 (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;
     }