This commit is contained in:
Stein Magnus Jodal 2011-10-31 12:31:17 +01:00
parent ff7405ca64
commit a9a7f23921

View File

@ -163,5 +163,5 @@ class SpotifySessionManager(BaseThread, PyspotifySessionManager):
def logout(self):
"""Log out from spotify"""
logger.debug(u'Logging out from spotify')
logger.debug(u'Logging out from Spotify')
self.session.logout()