未验证 提交 804ecbf5 编写于 作者: Y Yippo 提交者: Gitee

update services/dbinder/dbinder_service/src/socket/dbinder_remote_listener.cpp.

Signed-off-by: NYippo <liuyibo12@huawei.com>
上级 305ad39d
......@@ -287,7 +287,7 @@ void DBinderRemoteListener::OnBytesReceived(std::shared_ptr<Session> session, co
return;
}
if (message->head.len != sizeof(struct DHandleEntryTxRx)) {
DBINDER_LOGE(LOG_LABEL, "msg head len error, len = %d", message->head.len);
DBINDER_LOGE(LOG_LABEL, "msg head len error, len = %u", message->head.len);
return;
}
dBinderService_->AddAsynMessageTask(message);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册