Skip to content

Commit

Permalink
mopidy#65 better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
prayerslayer committed Jan 19, 2016
1 parent 5373b36 commit 932d22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_soundcloud/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def lookup(self, uri):

except Exception as error:
logger.error(
'Failed to resolve stream with URI "%s": %s',
'Failed to resolve URI "%s": %s',
uri,
error
)
Expand Down

0 comments on commit 932d22f

Please sign in to comment.