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

This commit is contained in:
Max Kellermann 2013-12-14 13:58:28 +01:00
parent 26c731a382
commit 527a6003e2

View File

@ -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;
}
}