summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/src
diff options
context:
space:
mode:
authorElisey Zamakhov <EZamakhov@luxoft.com>2015-08-31 17:02:52 +0300
committerElisey Zamakhov <EZamakhov@luxoft.com>2015-08-31 17:07:43 +0300
commit0726bd2c66c7ef0bf07c63ed1c79e1def4cf6229 (patch)
tree1d939d3913452090573b8d29d9cee8d1adb1d794 /src/components/protocol_handler/src
parent02cc75ed4d505cae8548127e9477338ca24db6ea (diff)
downloadsdl_core-0726bd2c66c7ef0bf07c63ed1c79e1def4cf6229.tar.gz
Replace legacy _EXT/INFO macroses in source
Removed legacy macro with _EXT extention Replaced INFO macros to TRACE and debug remove symlinks Implements:APPLINK-15680
Diffstat (limited to 'src/components/protocol_handler/src')
-rw-r--r--src/components/protocol_handler/src/protocol_handler_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/protocol_handler/src/protocol_handler_impl.cc b/src/components/protocol_handler/src/protocol_handler_impl.cc
index 5e69b1cdfd..a14097b61c 100644
--- a/src/components/protocol_handler/src/protocol_handler_impl.cc
+++ b/src/components/protocol_handler/src/protocol_handler_impl.cc
@@ -1026,7 +1026,7 @@ RESULT_CODE ProtocolHandlerImpl::HandleControlMessageStartSession(
connection_id, packet.session_id(), service_type, protection, &hash_id);
if (0 == session_id) {
- LOG4CXX_WARN_EXT(logger_, "Refused to create service " <<
+ LOG4CXX_WARN(logger_, "Refused to create service " <<
static_cast<int32_t>(service_type) << " type.");
SendStartSessionNAck(connection_id, packet.session_id(),
protocol_version, packet.service_type());