Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <jack.yu@suse.com>
  • Loading branch information
Yu-Jack committed May 23, 2024
1 parent 96321cf commit ae42374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/deviceplugins/usb_device_plugin_helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ae42374

Please sign in to comment.