camera and sensor

Signed-off-by: dong-dongzhen <dongshaomin@huawei.com>
This commit is contained in:
dong-dongzhen 2024-04-21 12:00:49 +08:00
parent 84a18d0750
commit 1d51ea8cf2

View File

@ -117,7 +117,7 @@ void HdfSensorHdiTest::TearDownTestCase()
void HdfSensorHdiTest::SetUp()
{
if (g_sensorInterface == nullptr) {
printf("%s:Sensor list is empty",_func_);
printf("%s: Sensor list is empty", _func_);
GTEST_SKIP() << "Device not exist" << std::endl;
return;
}