Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94d598d3 authored by Todd Poynor's avatar Todd Poynor
Browse files

HardwarePropertiesManagerService: Fixup log message typo

Trivial typo fixup for IThermal HAL interface load failure.

Test: visual
Change-Id: I10eb01b656a95c5e007d57ff40c16b472e9f53a9
parent 75e7b8c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ static void nativeInit(JNIEnv* env, jobject obj) {
    }

    if (gThermalModule == nullptr) {
        ALOGE("Undable to get Thermal service.");
        ALOGE("Unable to get Thermal service.");
    }
}