提交 52aee51b 编写于 作者: S Simon Fels

Drop not available logging function in rpc message processor

上级 aa18e21a
...@@ -59,11 +59,8 @@ bool MessageProcessor::process_data(const std::vector<std::uint8_t> &data) { ...@@ -59,11 +59,8 @@ bool MessageProcessor::process_data(const std::vector<std::uint8_t> &data) {
// If we don't have yet all bytes for a new message return and wait // If we don't have yet all bytes for a new message return and wait
// until we have all. // until we have all.
if (buffer_.size() - header_size < message_size) { if (buffer_.size() - header_size < message_size)
WARNING("Don't have enough bytes yet (buffer %d header %d message %d)",
buffer_.size(), header_size, message_size);
break; break;
}
if (message_type == MessageType::invocation) { if (message_type == MessageType::invocation) {
anbox::protobuf::rpc::Invocation raw_invocation; anbox::protobuf::rpc::Invocation raw_invocation;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册