virtio-devices: fix formatting of error message

Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Alyssa Ross 2023-04-12 15:23:09 +00:00 committed by Bo Chen
parent 9b724303ac
commit 086ca9b935

View File

@ -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:?}"),
))
})?;