]> git.saurik.com Git - android/aapt.git/blobdiff - ZipEntry.cpp
am 0842a226: am fe99051c: am 0e25e4cd: am 63e43ba5: Merge "Fix for issue 9656 - custo...
[android/aapt.git] / ZipEntry.cpp
index 1f3c93c3be3e6874ee56e90eaf998ea670a81d41..b575988f027734d97a4824bd1e1448ade612857d 100644 (file)
@@ -90,7 +90,7 @@ status_t ZipEntry::initFromCDE(FILE* fp)
      * prefer the CDE values.)
      */
     if (!hasDD && !compareHeaders()) {
-        LOGW("warning: header mismatch\n");
+        ALOGW("warning: header mismatch\n");
         // keep going?
     }