Fixing log message spacing
This commit is contained in:
parent
4fde788414
commit
8675a1cf92
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ public class FanOutRecordsPublisher implements RecordsPublisher {
|
||||||
private void resetRecordsDeliveryStateOnSubscriptionOnInit() {
|
private void resetRecordsDeliveryStateOnSubscriptionOnInit() {
|
||||||
// Clear any lingering records in the queue.
|
// Clear any lingering records in the queue.
|
||||||
if (!recordsDeliveryQueue.isEmpty()) {
|
if (!recordsDeliveryQueue.isEmpty()) {
|
||||||
log.warn("{}: Found non-empty queue while starting subscription. This indicates unsuccessful clean up of"
|
log.warn("{}: Found non-empty queue while starting subscription. This indicates unsuccessful clean up of "
|
||||||
+ "previous subscription - {}. Last successful request details -- {}", streamAndShardId, subscribeToShardId, lastSuccessfulRequestDetails);
|
+ "previous subscription - {}. Last successful request details -- {}", streamAndShardId, subscribeToShardId, lastSuccessfulRequestDetails);
|
||||||
recordsDeliveryQueue.clear();
|
recordsDeliveryQueue.clear();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue