Commit 527a6003 authored by Max Kellermann's avatar Max Kellermann

input/despotify: don't log "eof" flag after setting it

parent 26c731a3
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment