Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed Sep 27, 2024
1 parent ac430ce commit 3813b93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -690,8 +690,8 @@ protected void handlePartitionMetadataRequest(CommandPartitionedTopicMetadata pa
+ "[{}] {}: {}", remoteAddress,
topicName, ex.getMessage());
} else {
log.warn("Failed to get Partitioned Metadata [{}] {}: {}", remoteAddress,
topicName, ex.getMessage(), ex);
log.warn("Failed to get Partitioned Metadata [{}] {}: {}",
remoteAddress, topicName, ex.getMessage(), ex);
}
commandSender.sendPartitionMetadataResponse(error, ex.getMessage(),
requestId);
Expand Down

0 comments on commit 3813b93

Please sign in to comment.