* commit '3a5ab80d0f2a70b2e39ffcc6eebf876b04ff5cdd': Get rid of some log spam.
This commit is contained in:
commit
de39957ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue