diff --git a/lib/shared/sdk/usbboot/index.js b/lib/shared/sdk/usbboot/index.js index ccfb365b..bc79a1c3 100644 --- a/lib/shared/sdk/usbboot/index.js +++ b/lib/shared/sdk/usbboot/index.js @@ -339,7 +339,7 @@ exports.scan = (options) => { device.adaptor = exports.name // We need to open the device in order to access _configDescriptor - debug(`Opening device: ${device.name}`) + debug(`Opening device: ${device.displayName}`) device.open() // Ensures we don't wait forever if an issue occurs