* commit 'a0342af79d3fe6cf35e1e241e3aa2d8dc230f864': Change a debug log to a verbose log.
This commit is contained in:
commit
f7a35ea46a
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) {
|
||||
ALOGD("Zip: Could not find entry %.*s", nameLen, entryName);
|
||||
ALOGV("Zip: Could not find entry %.*s", nameLen, entryName);
|
||||
return ent;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue