summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c4
1 files 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)
1819 } 1819 }
1820 else if (tracks[track_widx].aa_hid < 0) 1820 else if (tracks[track_widx].aa_hid < 0)
1821 { 1821 {
1822 /* another error, do not continue either */ 1822 /* another error, ignore AlbumArt */
1823 logf("Could not add album art handle"); 1823 logf("Album art loading failed");
1824 } 1824 }
1825 } 1825 }
1826 } 1826 }