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

Commit 4958d85d authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Change a debug log to a verbose log."

parents 7139b0c7 a1ff801e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }