devices: fix typo

Fix typo.

Signed-off-by: z00280905 <zhangwei555@huawei.com>
This commit is contained in:
z00280905 2018-07-19 10:21:06 +08:00
parent 198a0695ab
commit b3015dda26

View File

@ -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
}