misc: virtio-devices: manual adjustment of special case
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
parent
30ee2c129d
commit
1433763d40
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ pub enum Error {
|
|||
RequestStatus(#[source] GuestMemoryError),
|
||||
#[error("Failed to enable notification")]
|
||||
QueueEnableNotification(#[source] virtio_queue::Error),
|
||||
#[error("Failed to get {lock_type:?} lock for disk image {path}: {error}")]
|
||||
#[error("Failed to get {lock_type:?} lock for disk image: {path}")]
|
||||
LockDiskImage {
|
||||
/// The underlying error.
|
||||
#[source]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue