diff --git a/vfio/src/vfio_device.rs b/vfio/src/vfio_device.rs index a78d4b8a8..9c40c5189 100644 --- a/vfio/src/vfio_device.rs +++ b/vfio/src/vfio_device.rs @@ -437,7 +437,7 @@ impl VfioDeviceInfo { ioctl_with_mut_ref(&self.device, VFIO_DEVICE_GET_REGION_INFO(), &mut reg_info) }; if ret < 0 { - error!("Could not get region #{} info", i); + warn!("Could not get region #{} info", i); continue; } @@ -463,7 +463,7 @@ impl VfioDeviceInfo { ) }; if ret < 0 { - error!("Could not get region #{} info", i); + warn!("Could not get region #{} info", i); continue; } // region_with_cap[0].cap_info may contain vfio_region_info_cap_sparse_mmap