summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-09-21 11:12:36 -0400
committerGitHub <noreply@github.com>2018-09-21 11:12:36 -0400
commit9136f4f9d181228642a7f64e32a474c2b6acbdd2 (patch)
tree68f400df95328b8adbd622f1d4f8a9ec695e5d3c /src/components/protocol_handler
parentdd2a56dcc8eed7d5af97143a158314c9d01d97a7 (diff)
parent8fe9d54458b162fb9eb895a45a02af5656b655b0 (diff)
downloadsdl_core-9136f4f9d181228642a7f64e32a474c2b6acbdd2.tar.gz
Merge pull request #2607 from smartdevicelink/fix/video_streaming_in_background
Fix EndService being sent to the wrong connection
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 138a18df3f..d03030b747 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(