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

Commit da494b94 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 88748e6d: am d86302df: Quiet the log.

* commit '88748e6dc0151916f6bd19ffde8ba96fe8fd0a87':
  Quiet the log.
parents 4c2e9437 536fb67e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ status_t MediaScanner::doProcessDirectory(
    if (pathRemaining >= 8 /* strlen(".nomedia") */ ) {
        strcpy(fileSpot, ".nomedia");
        if (access(path, F_OK) == 0) {
            LOGD("found .nomedia, setting noMedia flag\n");
            LOGV("found .nomedia, setting noMedia flag\n");
            noMedia = true;
        }