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

View File

@@ -74,7 +74,7 @@ __QCLOUD_OSAL__ qcloud_err_t osal_udp_read(int sockfd, void *buf, size_t len, ui
{ {
int ret; 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); ret = tos_sal_module_recvfrom_timeout(sockfd, buf, len, timeout);