Merge "Change a debug log to a verbose log."

This commit is contained in:
Narayan Kamath 2014-01-03 09:30:27 +00:00 committed by Gerrit Code Review
commit 4958d85d23

View file

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