Added missing parameter

This commit is contained in:
David Lin 2020-03-07 09:00:14 +08:00 committed by GitHub
parent a102c16dc5
commit 90c9cf9cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ __QCLOUD_OSAL__ qcloud_err_t osal_udp_read(int sockfd, void *buf, size_t len, ui
{
int ret;
QCLOUD_LOG_I("osal_udp_read len %d timeout %d\r\n", len);
QCLOUD_LOG_I("osal_udp_read len %d timeout %d\r\n", len, timeout);
ret = tos_sal_module_recvfrom_timeout(sockfd, buf, len, timeout);