diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/DespotifyInputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/DespotifyInputPlugin.cxx b/src/input/DespotifyInputPlugin.cxx index 576ac370f..38c2aac75 100644 --- a/src/input/DespotifyInputPlugin.cxx +++ b/src/input/DespotifyInputPlugin.cxx @@ -134,7 +134,7 @@ DespotifyInputStream::Callback(int sig) case DESPOTIFY_END_OF_PLAYLIST: eof = true; - FormatDebug(despotify_domain, "End of playlist: %d", eof); + LogDebug(despotify_domain, "End of playlist"); break; } } |