diff --git a/pkg/deviceplugins/usb_device_plugin_helper.go b/pkg/deviceplugins/usb_device_plugin_helper.go index fec4bdbd..a9fc7d02 100644 --- a/pkg/deviceplugins/usb_device_plugin_helper.go +++ b/pkg/deviceplugins/usb_device_plugin_helper.go @@ -189,7 +189,7 @@ func DiscoverAllowedUSBDevices(usbs []v1.USBHostDevice) map[string][]*PluginDevi resourceName := usbConfig.ResourceName // only accept ExternalResourceProvider: true for USB devices if !usbConfig.ExternalResourceProvider { - logrus.Error("Skipping discovery of %s. To be handled by external device-plugin", + logrus.Errorf("Skipping discovery of %s. To be handled by external device-plugin", resourceName) continue }