commit | 7d92b7cc6580285ab7f8ef86be7512eafda89354 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Thu Dec 12 17:19:40 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 12 17:19:40 2013 +0000 |
tree | 81a2326061237d0b72941911f65a17fb6a0c01ef | |
parent | 8779c4eab43956ecf626bbece3f6f3bc54970d6a [diff] | |
parent | f6a196522ac823bef7eb06267e3c00ccdef1d298 [diff] |
Merge "Get rid of some log spam."
diff --git a/libziparchive/zip_archive.cc b/libziparchive/zip_archive.cc index 4143fac..dddff1f 100644 --- a/libziparchive/zip_archive.cc +++ b/libziparchive/zip_archive.cc
@@ -818,7 +818,7 @@ 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; }