mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
virtio-devices: fix formatting of error message
Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
parent
9b724303ac
commit
086ca9b935
@ -237,7 +237,7 @@ impl<S: VhostUserMasterReqHandler> VhostUserEpollHandler<S> {
|
||||
.map_err(|e| {
|
||||
EpollHelperError::IoError(std::io::Error::new(
|
||||
std::io::ErrorKind::Other,
|
||||
format!("failed reconnecting vhost-user backend{e:?}"),
|
||||
format!("failed reconnecting vhost-user backend: {e:?}"),
|
||||
))
|
||||
})?;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user