mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[spotify] Increase log level for skipping playlists during scan
This commit is contained in:
parent
e8d6b17784
commit
a4180a5902
@ -2306,7 +2306,7 @@ scan_playlists()
|
||||
|
||||
if (!playlist.uri || !playlist.name || playlist.tracks_count == 0)
|
||||
{
|
||||
DPRINTF(E_DBG, L_SPOTIFY, "Ignoring playlist '%s' with %d tracks (%s)\n", playlist.name, playlist.tracks_count, playlist.uri);
|
||||
DPRINTF(E_LOG, L_SPOTIFY, "Ignoring playlist '%s' with %d tracks (%s)\n", playlist.name, playlist.tracks_count, playlist.uri);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user