diff --git a/virtio-devices/src/vhost_user/mod.rs b/virtio-devices/src/vhost_user/mod.rs index 6ad88b44f..878e4be72 100644 --- a/virtio-devices/src/vhost_user/mod.rs +++ b/virtio-devices/src/vhost_user/mod.rs @@ -237,7 +237,7 @@ impl VhostUserEpollHandler { .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:?}"), )) })?;