diff --git a/components/connectivity/qcloud-iot-hub-sdk-3.1.2/port/TencentOS_tiny/HAL_Device_tencentos_tiny.c b/components/connectivity/qcloud-iot-hub-sdk-3.1.2/port/TencentOS_tiny/HAL_Device_tencentos_tiny.c index c3c32fee..ee10632a 100644 --- a/components/connectivity/qcloud-iot-hub-sdk-3.1.2/port/TencentOS_tiny/HAL_Device_tencentos_tiny.c +++ b/components/connectivity/qcloud-iot-hub-sdk-3.1.2/port/TencentOS_tiny/HAL_Device_tencentos_tiny.c @@ -151,7 +151,7 @@ int HAL_GetGwDevInfo(void *pgwDeviceInfo) ret |= device_info_copy(gwDevInfo->sub_dev_info->device_name, sg_sub_device_name, MAX_SIZE_OF_DEVICE_NAME); } #else - Log_e("HAL_GetDevInfo not implement yet"); + Log_e("HAL_GetGwDevInfo not implement yet"); ret = QCLOUD_ERR_DEV_INFO; #endif