commit | 440e031e407dc3db983784cf0b23322a33ebfdca | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Wed Jan 04 20:06:16 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Wed Jan 04 20:06:16 2012 +0000 |
tree | 2386184fdae50aebe0742fc0c0b5389b247a87e2 | |
parent | b20498ea84029ae2d793bd2ca488883a804b061b [diff] [blame] |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: I53a03ecbc37acbc7f175faef64f74423f491827a
diff --git a/lib/ExecutionEngine/MCCacheReader.cpp b/lib/ExecutionEngine/MCCacheReader.cpp index e2f1cdb..cddd47b 100644 --- a/lib/ExecutionEngine/MCCacheReader.cpp +++ b/lib/ExecutionEngine/MCCacheReader.cpp
@@ -154,7 +154,7 @@ if (memcmp(mpHeader->version, OBCC_VERSION, 4) != 0) { mpHeader->version[4 - 1] = '\0'; // ensure c-style string terminated - LOGI("Cache file format version mismatch: now %s cached %s\n", + ALOGI("Cache file format version mismatch: now %s cached %s\n", OBCC_VERSION, mpHeader->version); return false; }