mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
vhost-user: add missing space in error message
This would previously give error messages like > Received unexpected msg type.Expected 0 received 1 Signed-off-by: Alyssa Ross <hi@alyssa.is> Message-Id: <20210806143926.315725-1-hi@alyssa.is> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
committed by
Michael S. Tsirkin
parent
9b1d929adb
commit
edb40732bf
@@ -429,7 +429,7 @@ static int process_message_reply(struct vhost_dev *dev,
|
||||
}
|
||||
|
||||
if (msg_reply.hdr.request != msg->hdr.request) {
|
||||
error_report("Received unexpected msg type."
|
||||
error_report("Received unexpected msg type. "
|
||||
"Expected %d received %d",
|
||||
msg->hdr.request, msg_reply.hdr.request);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user