X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/0e90606ddff4be66063eccbe70da3e893ffd5fe9..9833539c7b8f55113f661e8b97013252469187f2:/ZipEntry.cpp

diff --git a/ZipEntry.cpp b/ZipEntry.cpp
index 1f3c93c..b575988 100644
--- a/ZipEntry.cpp
+++ b/ZipEntry.cpp
@@ -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?
     }