Merge "Wrong variable being printed in ALOGV statement."

am: f8248731ab

Change-Id: I4f7554a3277f37f662111916f0acf69c73c6a46c
This commit is contained in:
Ernie Hua
2018-07-11 10:02:28 -07:00
committed by android-build-merger

View File

@@ -133,7 +133,7 @@ static int load(const char *id,
} }
} else { } else {
ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p", ALOGV("loaded HAL id=%s path=%s hmi=%p handle=%p",
id, path, *pHmi, handle); id, path, hmi, handle);
} }
*pHmi = hmi; *pHmi = hmi;