diff options
author | Marco Nelissen <marcone@google.com> | 2009-07-13 13:02:33 -0700 |
---|---|---|
committer | Marco Nelissen <marcone@google.com> | 2009-07-13 14:14:01 -0700 |
commit | dd931864209eac0b4182d7a0d1ca965fcc3b8c03 (patch) | |
tree | 27cd6d92392b837373bf97682d91834e7c4238d8 /tools/aapt/ZipEntry.cpp | |
parent | 3cdff8133b96b672523c330bbc1adcab59125b9f (diff) |
Format aapt warnings the same way as other compiler warnings
('warning: ' instead of 'WARNING: ' or 'WARNING ')
Diffstat (limited to 'tools/aapt/ZipEntry.cpp')
-rw-r--r-- | tools/aapt/ZipEntry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/ZipEntry.cpp b/tools/aapt/ZipEntry.cpp index bed033361c58..a0b54c2cf78d 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"); + LOGW("warning: header mismatch\n"); // keep going? } |