From 527a6003e2c3fa220a1329f4ca42f7047d3598a2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 14 Dec 2013 13:58:28 +0100 Subject: input/despotify: don't log "eof" flag after setting it --- src/input/DespotifyInputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } } -- cgit v1.2.3