Fixed an issue preventing library scan (logging error)

This commit is contained in:
Remy
2011-07-14 02:08:38 -07:00
parent fae49a62a1
commit 308528c964

View File

@@ -40,7 +40,7 @@ def scanMusic(dir=None):
try:
f = MediaFile(song)
except:
logger.info("Could not read file: '" + song + "'", logger.ERROR)
logger.info("Could not read file: '" + song + "'")
else:
if not f.artist:
pass