diff --git a/mopidy/files/library.py b/mopidy/files/library.py index e2a9ad81..b030b5be 100644 --- a/mopidy/files/library.py +++ b/mopidy/files/library.py @@ -126,7 +126,7 @@ class FilesLibraryProvider(backend.LibraryProvider): result.uri, str(result.playable)) return result.playable except exceptions.ScannerError as e: - logger.debug('Problem scanning %s: %s', uri, e) + logger.debug('Could not scan %s: %s', uri, e) return False def _is_in_basedir(self, local_path):