Merge "Get rid of some log spam."

This commit is contained in:
Narayan Kamath 2013-12-12 17:19:40 +00:00 committed by Gerrit Code Review
commit 7d92b7cc65

View file

@ -818,7 +818,7 @@ int32_t FindEntry(const ZipArchiveHandle handle, const char* entryName,
archive->hash_table_size, entryName, nameLen);
if (ent < 0) {
ALOGW("Zip: Could not find entry %.*s", nameLen, entryName);
ALOGD("Zip: Could not find entry %.*s", nameLen, entryName);
return ent;
}