Message ID | 1457690648-19267-9-git-send-email-berrange@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/io/channel-socket.c b/io/channel-socket.c index bf66a78..5f087e6 100644 --- a/io/channel-socket.c +++ b/io/channel-socket.c @@ -569,7 +569,7 @@ static ssize_t qio_channel_socket_readv(QIOChannel *ioc, goto retry; } else { error_setg_errno(errp, socket_error(), - "Unable to write to socket"); + "Unable to read from socket"); return -1; } }