From b3015dda263547d3f352d56b616f84aea8eaab9d Mon Sep 17 00:00:00 2001 From: z00280905 Date: Thu, 19 Jul 2018 10:21:06 +0800 Subject: [PATCH] devices: fix typo Fix typo. Signed-off-by: z00280905 --- virtcontainers/device/drivers/vfio.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtcontainers/device/drivers/vfio.go b/virtcontainers/device/drivers/vfio.go index a97270543e..c5d7037452 100644 --- a/virtcontainers/device/drivers/vfio.go +++ b/virtcontainers/device/drivers/vfio.go @@ -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 }