summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/src/device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/connection_handler/src/device.cc')
-rw-r--r--src/components/connection_handler/src/device.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/connection_handler/src/device.cc b/src/components/connection_handler/src/device.cc
index 515304778b..c831c0b2d2 100644
--- a/src/components/connection_handler/src/device.cc
+++ b/src/components/connection_handler/src/device.cc
@@ -43,7 +43,7 @@
*/
namespace connection_handler {
-CREATE_LOGGERPTR_GLOBAL(logger_, "ConnectionHandler")
+SDL_CREATE_LOG_VARIABLE("ConnectionHandler")
Device::Device(DeviceHandle device_handle,
const std::string& user_friendly_name,
@@ -54,8 +54,8 @@ Device::Device(DeviceHandle device_handle,
, mac_address_(mac_address)
, connection_type_(connection_type) {
mac_address_ = encryption::MakeHash(mac_address);
- LOG4CXX_DEBUG(
- logger_,
+ SDL_LOG_DEBUG(
+
"Device: MAC address - " << mac_address << ", hash - " << mac_address_);
}