file-browser: Lower severity for logging scanner fail

This commit is contained in:
rawdlite 2015-07-08 08:19:01 +02:00
parent 621796d8f8
commit 8088731995

View File

@ -126,7 +126,7 @@ class FilesLibraryProvider(backend.LibraryProvider):
result.uri, str(result.playable))
return result.playable
except exceptions.ScannerError as e:
logger.warning('Problem scanning %s: %s', uri, e)
logger.debug('Problem scanning %s: %s', uri, e)
return False
def _is_in_basedir(self, local_path):