Quiet the log.

Change-Id: Ie814b579997bb555eae014c22da0f41f1a46940f
This commit is contained in:
Dianne Hackborn
2011-06-09 17:27:05 -07:00
parent f795e9a86d
commit d86302df0e

View File

@@ -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;
}