mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
block: fixing typo, increase clarity
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
f3209e4f78
commit
a23d4b7cf2
@@ -2460,7 +2460,7 @@ impl DeviceManager {
|
||||
}
|
||||
}
|
||||
ImageType::Qcow2 => {
|
||||
info!("Using synchronous QCOW disk file");
|
||||
info!("Using synchronous QCOW2 disk file");
|
||||
Box::new(
|
||||
QcowDiskSync::new(file, disk_cfg.direct)
|
||||
.map_err(DeviceManagerError::CreateQcowDiskSync)?,
|
||||
|
||||
Reference in New Issue
Block a user