am d86302df: Quiet the log.

* commit 'd86302df0eb5eb013f7521137eabdbfea4a3a867':
  Quiet the log.
This commit is contained in:
Dianne Hackborn
2011-06-09 17:40:08 -07:00
committed by Android Git Automerger

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