mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
IMapper: change an error message
Change the error message that prints when IMapper 3.0 isn't present.
The old warning was causing unnecessary concerns.
Bug: 128013727
Test: compile
Change-Id: I197cd953d08a8e9f3bdee92cede973bf1b97dfe2
(cherry picked from commit ccbd24f633)
This commit is contained in:
@@ -44,7 +44,7 @@ class ComposerHandleImporter {
|
||||
if (mMapper3) {
|
||||
return true;
|
||||
}
|
||||
ALOGW_IF(!mMapper3, "failed to get mapper 3.0 service");
|
||||
ALOGD_IF(!mMapper3, "failed to get mapper 3.0 service, falling back to mapper 2.0");
|
||||
|
||||
mMapper2 = mapper::V2_0::IMapper::getService();
|
||||
ALOGE_IF(!mMapper2, "failed to get mapper 2.0 service");
|
||||
|
||||
Reference in New Issue
Block a user