Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d92b7cc authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Get rid of some log spam."

parents 8779c4ea f6a19652
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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) {
    ALOGW("Zip: Could not find entry %.*s", nameLen, entryName);
    ALOGD("Zip: Could not find entry %.*s", nameLen, entryName);
    return ent;
    return ent;
  }
  }