diff --git a/frameworks/native/src/sensor_service_client.cpp b/frameworks/native/src/sensor_service_client.cpp index ef54eb5738e677bdf505cce6a16d1e2fca457a98..b4be95d9736bf9061aa52c166177bd4c35780722 100644 --- a/frameworks/native/src/sensor_service_client.cpp +++ b/frameworks/native/src/sensor_service_client.cpp @@ -262,7 +262,7 @@ int32_t SensorServiceClient::GetLocalDeviceId(int32_t& deviceId) } for (const auto& sensor : sensorList_) { if (sensor.GetLocation() == 1) { - SEN_HILOGI("local deviceId is:%{public}d", sensor.GetDeviceId()); + SEN_HILOGD("local deviceId is:%{public}d", sensor.GetDeviceId()); deviceId = sensor.GetDeviceId(); return ERR_OK; }