summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/src/usb/libusb/platform_usb_device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/transport_manager/src/usb/libusb/platform_usb_device.cc')
-rw-r--r--src/components/transport_manager/src/usb/libusb/platform_usb_device.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/transport_manager/src/usb/libusb/platform_usb_device.cc b/src/components/transport_manager/src/usb/libusb/platform_usb_device.cc
index a00d60fe90..77fe496e92 100644
--- a/src/components/transport_manager/src/usb/libusb/platform_usb_device.cc
+++ b/src/components/transport_manager/src/usb/libusb/platform_usb_device.cc
@@ -62,8 +62,8 @@ std::string PlatformUsbDevice::GetDescString(uint8_t index) const {
libusb_device_handle_, index, buf, sizeof(buf));
if (libusb_ret < 0) {
LOGGER_ERROR(logger_,
- "Failed to get USB string descriptor: "
- << libusb_error_name(libusb_ret));
+ "Failed to get USB string descriptor: "
+ << libusb_error_name(libusb_ret));
LOGGER_TRACE(logger_, "exit with empty string");
return "";
}