summaryrefslogtreecommitdiffstats
path: root/tools/aapt/ZipEntry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt/ZipEntry.cpp')
-rw-r--r--tools/aapt/ZipEntry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ZipEntry.cpp b/tools/aapt/ZipEntry.cpp
index 1f3c93c..b575988 100644
--- a/tools/aapt/ZipEntry.cpp
+++ b/tools/aapt/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?
}