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

Signed-off-by: Yippo <liuyibo12@huawei.com>
This commit is contained in:
Yippo 2023-05-17 06:27:58 +00:00 committed by Gitee
parent 305ad39ddb
commit 804ecbf582
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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);