Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public AsyncResult peekBlockingly() throws InterruptedException {
hasCompletedEntries.await();
}

LOG.debug("Peeked head element from ordered stream element queue with filling degree " +
LOG.debug("Peeked head element from unordered stream element queue with filling degree " +
"({}/{}).", numberEntries, capacity);

return completedQueue.peek();
Expand Down