Correct comment and log message for failed AlbumArt bitmap loading.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20150 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Antonius Hellmann 2009-03-01 07:46:08 +00:00
parent 5355f34c55
commit 76be948199

View file

@ -1819,8 +1819,8 @@ static void audio_finish_load_track(void)
} }
else if (tracks[track_widx].aa_hid < 0) else if (tracks[track_widx].aa_hid < 0)
{ {
/* another error, do not continue either */ /* another error, ignore AlbumArt */
logf("Could not add album art handle"); logf("Album art loading failed");
} }
} }
} }