From a4180a59024cdb2dd0a5f6e2327d71f4f5839b8c Mon Sep 17 00:00:00 2001 From: chme Date: Wed, 18 Jan 2017 20:32:02 +0100 Subject: [PATCH] [spotify] Increase log level for skipping playlists during scan --- src/spotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spotify.c b/src/spotify.c index fd077aa8..70df5a3c 100644 --- a/src/spotify.c +++ b/src/spotify.c @@ -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; }