summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/src/protocol_handler_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/src/protocol_handler_impl.cc')
-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());