summaryrefslogtreecommitdiff
path: root/light/2.0/default/Light.cpp
diff options
context:
space:
mode:
authorScott Lobdell <slobdell@google.com>2021-04-08 04:26:21 +0000
committerScott Lobdell <slobdell@google.com>2021-04-08 04:26:21 +0000
commit95a4eaee873adf20b90a1d3d74c650c96a9271f2 (patch)
tree47c85878a2730bd38bffb1ee4c138764e4a57479 /light/2.0/default/Light.cpp
parent0c2e5fb06bd4257044c4761e89705268421c77b3 (diff)
parentaa0540c86a939e6c0f63e17d13d2aed3d9b53777 (diff)
Merge SP1A.210407.002
Change-Id: I59c8a9fe4c458698011cf3ced77bcd2c4818a138
Diffstat (limited to 'light/2.0/default/Light.cpp')
-rw-r--r--light/2.0/default/Light.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/light/2.0/default/Light.cpp b/light/2.0/default/Light.cpp
index 5484d2db43..3febf6b183 100644
--- a/light/2.0/default/Light.cpp
+++ b/light/2.0/default/Light.cpp
@@ -140,7 +140,7 @@ light_device_t* getLightDevice(const char* name) {
ret = hwModule->methods->open(hwModule, name,
reinterpret_cast<hw_device_t**>(&lightDevice));
if (ret != 0) {
- ALOGE("light_open %s %s failed: %d", LIGHTS_HARDWARE_MODULE_ID, name, ret);
+ ALOGI("light_open %s %s failed: %d", LIGHTS_HARDWARE_MODULE_ID, name, ret);
}
} else {
ALOGE("hw_get_module %s %s failed: %d", LIGHTS_HARDWARE_MODULE_ID, name, ret);