HardwarePropertiesManagerService: Fixup log message typo

Trivial typo fixup for IThermal HAL interface load failure.

Test: visual
Change-Id: I10eb01b656a95c5e007d57ff40c16b472e9f53a9
This commit is contained in:
Todd Poynor
2016-12-20 17:19:28 -08:00
parent 75e7b8c9ee
commit 94d598d301

View File

@@ -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.");
}
}