Skip to content

Commit

Permalink
Changed "Unhandled command..." entry to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Jul 1, 2014
1 parent 6dcfc99 commit 9a94b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def on_command(self, name, *args):
if name == 'login_complete':
return self.on_login_complete()

return self.emit('error', 'Unhandled command with name "%s"' % name)
log.warn('Unhandled command with name "%s"', name)

def on_login_complete(self):
self.send('sp/log', 41, 1, 1656, 951, 0, 0)
Expand Down

0 comments on commit 9a94b35

Please sign in to comment.