[Spice-devel] [PATCH 1/2] vdagent-virtio-port: no need to log opening the port as a socket

Alon Levy alevy at redhat.com
Mon Oct 14 14:47:07 CEST 2013


---
 src/vdagent-virtio-port.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/vdagent-virtio-port.c b/src/vdagent-virtio-port.c
index a5da35f..b04d55b 100644
--- a/src/vdagent-virtio-port.c
+++ b/src/vdagent-virtio-port.c
@@ -91,7 +91,6 @@ struct vdagent_virtio_port *vdagent_virtio_port_create(const char *portname,
 
     vport->fd = open(portname, O_RDWR);
     if (vport->fd == -1) {
-        syslog(LOG_INFO, "open %s: %m; trying as socket", portname);
         vport->fd = socket(PF_UNIX, SOCK_STREAM, 0);
         if (vport->fd == -1) {
             goto error;
-- 
1.8.3.1



More information about the Spice-devel mailing list