mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-22 16:54:25 +01:00
devices: fix typo
Fix typo. Signed-off-by: z00280905 <zhangwei555@huawei.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user