despotify: Log to info level when done caching playlists
This commit is contained in:
parent
f8c440d849
commit
c034558214
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user