diff --git a/components/connectivity/TencentCloud_SDK/source/src/port/TencentOS_tiny/osal_udp_module.c b/components/connectivity/TencentCloud_SDK/source/src/port/TencentOS_tiny/osal_udp_module.c index a72d8ba4..e8ad6997 100644 --- a/components/connectivity/TencentCloud_SDK/source/src/port/TencentOS_tiny/osal_udp_module.c +++ b/components/connectivity/TencentCloud_SDK/source/src/port/TencentOS_tiny/osal_udp_module.c @@ -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);