Merge "Wrong variable being printed in ALOGV statement."

This commit is contained in:
Treehugger Robot
2018-07-11 16:52:06 +00:00
committed by Gerrit Code Review

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;