Fix incorrect error log in sensors hidraw daemon
There is no error when this log is printed. Bug: 298450041 Test: None Change-Id: I63cecb051e24202b7a5d1ede764c7ba8baab65ff
This commit is contained in:
parent
b58d46a3a7
commit
cceba1a03e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ BaseSensorVector HidRawSensorDaemon::createSensor(const std::string &deviceKey)
|
|||
ALOGE("failed to create HidRawSensorDevice object");
|
||||
}
|
||||
|
||||
ALOGE("return %zu sensors", ret.size());
|
||||
ALOGI("return %zu sensors", ret.size());
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue