Fix stupid wording

This commit is contained in:
Thomas Adamcik 2010-04-30 21:00:25 +02:00
parent c66c63c671
commit b6fbc0bce9

View File

@ -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 = {}