From b6fbc0bce9e2bf771a3461ba11b590c06346a57a Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Fri, 30 Apr 2010 21:00:25 +0200 Subject: [PATCH] Fix stupid wording --- mopidy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/utils.py b/mopidy/utils.py index 59752b93..af962b49 100644 --- a/mopidy/utils.py +++ b/mopidy/utils.py @@ -154,7 +154,7 @@ def parse_mpd_tag_cache(tag_cache, music_dir=''): with open(tag_cache) as library: contents = library.read() except IOError, e: - logger.error('Could not tag cache: %s', e) + logger.error('Could not open tag cache: %s', e) return tracks, artists, albums current = {}