OBCC_VERSION.
Change-Id: I2eb7759ac6179cad66890fd1424638edb66a2475
diff --git a/lib/bcc/CacheReader.cpp b/lib/bcc/CacheReader.cpp
index b82eab5..387e094 100644
--- a/lib/bcc/CacheReader.cpp
+++ b/lib/bcc/CacheReader.cpp
@@ -145,7 +145,7 @@
if (memcmp(mpHeader->version, OBCC_VERSION, 4) != 0) {
mpHeader->version[4 - 1] = '\0'; // ensure c-style string terminated
- LOGE("Cache file format version mismatch: lib %s cached %s\n",
+ LOGI("Cache file format version mismatch: now %s cached %s\n",
OBCC_VERSION, mpHeader->version);
return false;
}