mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-01 17:52:40 +00:00
devices: fix typo
Fix typo. Signed-off-by: z00280905 <zhangwei555@huawei.com>
This commit is contained in:
parent
198a0695ab
commit
b3015dda26
@ -102,7 +102,7 @@ func (device *VFIODevice) Detach(devReceiver api.DeviceReceiver) error {
|
||||
deviceLogger().WithFields(logrus.Fields{
|
||||
"device-group": device.DeviceInfo.HostPath,
|
||||
"device-type": "vfio-passthrough",
|
||||
}).Info("Device group attached")
|
||||
}).Info("Device group detached")
|
||||
device.DeviceInfo.Hotplugged = false
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user