summaryrefslogtreecommitdiff
path: root/src/components/transport_manager/src/usb/libusb/usb_handler.cc
diff options
context:
space:
mode:
authorAleksandr Galiuzov <AGaliuzov@luxoft.com>2015-10-07 20:58:59 +0300
committerAleksandr Galiuzov <AGaliuzov@luxoft.com>2015-10-07 21:01:36 +0300
commit79e2dc98a7864fe41bc905d0ac5593354cb5cf09 (patch)
tree6987ede82c216bdc05ad5c7006502b6a7dd2576b /src/components/transport_manager/src/usb/libusb/usb_handler.cc
parent654ea7edc1ed736939ecd929d37e51abc5370ec1 (diff)
downloadsdl_core-79e2dc98a7864fe41bc905d0ac5593354cb5cf09.tar.gz
Add proper logger naming for TM classes
Diffstat (limited to 'src/components/transport_manager/src/usb/libusb/usb_handler.cc')
-rw-r--r--src/components/transport_manager/src/usb/libusb/usb_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/transport_manager/src/usb/libusb/usb_handler.cc b/src/components/transport_manager/src/usb/libusb/usb_handler.cc
index 776bb56c5d..d642101c5b 100644
--- a/src/components/transport_manager/src/usb/libusb/usb_handler.cc
+++ b/src/components/transport_manager/src/usb/libusb/usb_handler.cc
@@ -46,7 +46,7 @@
namespace transport_manager {
namespace transport_adapter {
-CREATE_LOGGERPTR_GLOBAL(logger_, "TransportManager")
+CREATE_LOGGERPTR_GLOBAL(logger_, "UsbHandler")
class UsbHandler::ControlTransferSequenceState {
public: