summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Bichler <Lutz.Bichler@bmw.de>2014-08-19 17:11:59 +0200
committerLutz Bichler <Lutz.Bichler@bmw.de>2014-08-19 17:11:59 +0200
commit401da887605051028de41cbb9442850f4c0b2679 (patch)
treebe68a1f941cb6e4dc2599af5b40bbfae3f93d502
parent210e0b7f861bb3bf94069a69bf53f5bc7f7ae4c7 (diff)
downloadvSomeIP-401da887605051028de41cbb9442850f4c0b2679.tar.gz
Log the reason for receiving a message on a local client endpoint.
-rw-r--r--implementation/endpoints/src/local_client_endpoint_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/implementation/endpoints/src/local_client_endpoint_impl.cpp b/implementation/endpoints/src/local_client_endpoint_impl.cpp
index 9d1fc0e..9740104 100644
--- a/implementation/endpoints/src/local_client_endpoint_impl.cpp
+++ b/implementation/endpoints/src/local_client_endpoint_impl.cpp
@@ -118,7 +118,7 @@ void local_client_endpoint_impl::send_tag_cbk(
void local_client_endpoint_impl::receive_cbk(
packet_buffer_ptr_t _buffer,
boost::system::error_code const &_error, std::size_t _bytes) {
- VSOMEIP_ERROR << "Local client endpoints must not receive messages!";
+ VSOMEIP_ERROR << "Local endpoint received message (" << _error.message() << ")";
}
} // namespace vsomeip