summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-09-12 15:20:01 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2018-09-12 15:20:01 -0400
commited95b345449e132c94d6ee23625c9846d94f23af (patch)
treee73404766d56ca13e8adeb80a1224f143e6c2c51 /src/components/protocol_handler
parent74be3a1a9e2fb5d6e0d2160d605554c36763b8ce (diff)
downloadsdl_core-ed95b345449e132c94d6ee23625c9846d94f23af.tar.gz
Fix EndService being sent to the wrong connection
Also fix issue where app remained in FULL after AUDIO_SOURCE event
Diffstat (limited to 'src/components/protocol_handler')
-rw-r--r--src/components/protocol_handler/src/protocol_handler_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/protocol_handler/src/protocol_handler_impl.cc b/src/components/protocol_handler/src/protocol_handler_impl.cc
index 093d89490b..28773e75d5 100644
--- a/src/components/protocol_handler/src/protocol_handler_impl.cc
+++ b/src/components/protocol_handler/src/protocol_handler_impl.cc
@@ -621,9 +621,9 @@ void ProtocolHandlerImpl::SendEndServicePrivate(int32_t primary_connection_id,
impl::RawFordMessageToMobile(ptr, false));
LOG4CXX_DEBUG(logger_,
"SendEndServicePrivate() for connection "
- << primary_connection_id << " for service_type "
+ << connection_id << " for service_type "
<< static_cast<int>(service_type)
- << " service connection " << connection_id
+ << " primary connection " << primary_connection_id
<< " session_id " << static_cast<int32_t>(session_id));
} else {
LOG4CXX_WARN(