diff options
-rw-r--r-- | io/channel-socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/channel-socket.c b/io/channel-socket.c index bf66a78235..5f087e68d1 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; } } |