From 76be948199c181363de68f55deb79b40965e9eb4 Mon Sep 17 00:00:00 2001 From: Antonius Hellmann Date: Sun, 1 Mar 2009 07:46:08 +0000 Subject: 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 --- apps/playback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/playback.c b/apps/playback.c index dbb86daf40..ecb8f99fe1 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -1819,8 +1819,8 @@ static void audio_finish_load_track(void) } else if (tracks[track_widx].aa_hid < 0) { - /* another error, do not continue either */ - logf("Could not add album art handle"); + /* another error, ignore AlbumArt */ + logf("Album art loading failed"); } } } -- cgit v1.2.3