[spotify] Increase log level for skipping playlists during scan

This commit is contained in:
chme 2017-01-18 20:32:02 +01:00
parent e8d6b17784
commit a4180a5902

View File

@ -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;
}