diff --git a/mopidy/backends/despotify.py b/mopidy/backends/despotify.py index 92545411..7920da13 100644 --- a/mopidy/backends/despotify.py +++ b/mopidy/backends/despotify.py @@ -110,6 +110,7 @@ class DespotifyStoredPlaylistsController(BaseStoredPlaylistsController): self._playlists = playlists logger.debug(u'Available playlists: %s', u', '.join([u'<%s>' % p.name for p in self.playlists])) + logger.info(u'Done caching stored playlists') class DespotifyTranslator(object):