Skip to content

Commit

Permalink
lastimport: Log error responses
Browse files Browse the repository at this point in the history
For debugging #1574.
  • Loading branch information
sampsyo committed Aug 24, 2015
1 parent 9749d9f commit f899ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beetsplug/lastimport.py
Expand Up @@ -88,6 +88,7 @@ def import_lastfm(lib, log):
else:
log.error('ERROR: unable to read page #{0}',
page_current + 1)
log.debug('API response: {}', page)
if retry < retry_limit:
log.info(
'Retrying page #{0}... ({1}/{2} retry)',
Expand Down

0 comments on commit f899ed9

Please sign in to comment.