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:
parent
5355f34c55
commit
76be948199
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue