mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Lower log severity of message in spotify.c
This commit is contained in:
@@ -558,7 +558,7 @@ spotify_track_save(int plid, sp_track *track, const char *pltitle)
|
||||
|
||||
if (!fptr_sp_track_is_loaded(track))
|
||||
{
|
||||
DPRINTF(E_INFO, L_SPOTIFY, "Metadata for track not ready yet\n");
|
||||
DPRINTF(E_SPAM, L_SPOTIFY, "Metadata for track not ready yet\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user