X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/0e90606ddff4be66063eccbe70da3e893ffd5fe9..cc558261488008b0de0b90e2c0b79bea1489f9d6:/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? }