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:
Philipp Schuster
2025-03-12 09:30:13 +01:00
committed by Rob Bradford
parent f3209e4f78
commit a23d4b7cf2

View File

@@ -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)?,