summaryrefslogtreecommitdiff
path: root/src/components/connection_handler
diff options
context:
space:
mode:
authorVladislav Antonov <vlantonov@luxoft.com>2016-07-29 13:20:34 +0300
committerVladislav Antonov <vladislav.antonov@gmail.com>2016-07-29 20:23:03 +0300
commit218a8ad0b106052d3a8c6d14efa84a50d474a5dd (patch)
treef26f1b224c74a16ca07baf72bd7407276a7ef297 /src/components/connection_handler
parent2b4db8814d09c0ca668934d2e52e8102724c6ccb (diff)
downloadsdl_core-218a8ad0b106052d3a8c6d14efa84a50d474a5dd.tar.gz
Fix application add to app_level table
Required functionality to add the registered application in the app_level table with application name in column application_id. Covered changes with unit tests. Related issue: APPLINK-17802
Diffstat (limited to 'src/components/connection_handler')
-rw-r--r--src/components/connection_handler/src/connection_handler_impl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/connection_handler/src/connection_handler_impl.cc b/src/components/connection_handler/src/connection_handler_impl.cc
index 7e83c81b0b..d8c05e6e6e 100644
--- a/src/components/connection_handler/src/connection_handler_impl.cc
+++ b/src/components/connection_handler/src/connection_handler_impl.cc
@@ -766,7 +766,8 @@ void ConnectionHandlerImpl::CloseSession(ConnectionHandle connection_handle,
uint8_t session_id,
CloseSessionReason close_reason) {
LOG4CXX_AUTO_TRACE(logger_);
- LOG4CXX_DEBUG(logger_, "Closing session with id: " << session_id);
+ LOG4CXX_DEBUG(logger_,
+ "Closing session with id: " << static_cast<int>(session_id));
// In case of malformed message the connection should be broke up without
// any other notification to mobile.