Skip to content

Commit

Permalink
Make more clear that we're waiting for the next song
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Jan 1, 2024
1 parent a2f3b0e commit d8a5a9f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,7 @@ protected void __accept(HttpConnection t, InputStream inputStream) {
outputStream.get().write(buffer, 0, len);
} else {
if (!dropMsgWritten) {
if (metaData != null) {
log.info("Dropping bytes of incomplete title {}", metaData);
} else {
log.info("Dropping bytes, no file name yet");
}
log.info("Dropping bytes of incomplete file, waiting for next song");
}
dropMsgWritten = true;
}
Expand Down

0 comments on commit d8a5a9f

Please sign in to comment.