Skip to content

Commit

Permalink
qk-19381 Queue the log messages if the queue compaction leads to new …
Browse files Browse the repository at this point in the history
…space
  • Loading branch information
jaikiran committed Aug 14, 2021
1 parent d62cef5 commit c039d16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ protected void doPublish(final ExtLogRecord record) {
//still too full, nothing we can do
return;
}
return;
}
// Determine if we need to calculate the caller information before we queue the record
if (isCallerCalculationRequired()) {
Expand Down

0 comments on commit c039d16

Please sign in to comment.