From c4e277a5fd25a39b0a79ea95e2b7ce1296a46bb0 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 17 Oct 2010 20:03:57 +0200 Subject: [PATCH] Tweak log message --- mopidy/frontends/lastfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/frontends/lastfm.py b/mopidy/frontends/lastfm.py index bba69a5b..42dd16c7 100644 --- a/mopidy/frontends/lastfm.py +++ b/mopidy/frontends/lastfm.py @@ -84,7 +84,7 @@ class LastfmFrontendThread(BaseThread): CLIENT_ID, CLIENT_VERSION) logger.info(u'Connected to Last.fm') except SettingsError as e: - logger.info(u'Last.fm scrobbler did not start.') + logger.info(u'Last.fm scrobbler not started') logger.debug(u'Last.fm settings error: %s', e) except (pylast.WSError, socket.error) as e: logger.error(u'Last.fm connection error: %s', e)