aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-14 13:58:28 +0100
committerMax Kellermann <max@duempel.org>2013-12-14 13:58:28 +0100
commit527a6003e2c3fa220a1329f4ca42f7047d3598a2 (patch)
tree326e82423b9a1bdf7c201ae75fc72a7a5a624ed4 /src
parent26c731a382e860197e67529ea3791602e5501c64 (diff)
downloadmpd-527a6003e2c3fa220a1329f4ca42f7047d3598a2.tar.gz
mpd-527a6003e2c3fa220a1329f4ca42f7047d3598a2.tar.xz
mpd-527a6003e2c3fa220a1329f4ca42f7047d3598a2.zip
input/despotify: don't log "eof" flag after setting it
Diffstat (limited to 'src')
-rw-r--r--src/input/DespotifyInputPlugin.cxx2
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;
}
}