* commit '2264bd23a69874ac4f2de125c25b46485c5a544e': Change a debug log to a verbose log.
This commit is contained in:
commit
a0342af79d
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);
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue