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

Commit 767ad02b authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Quiet the log.

Change-Id: Ie814b579997bb555eae014c22da0f41f1a46940f
parent 8d9a6e7b
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;
        }