Skip to content

Commit

Permalink
[fix][broker] fix the log format error in the AdminResource (apache#2…
Browse files Browse the repository at this point in the history
…3278)

(cherry picked from commit d4839fb)
(cherry picked from commit 80f9cf7)
  • Loading branch information
RobertIndie authored and nikhil-ctds committed Sep 12, 2024
1 parent e2c6170 commit d1f1676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ protected void internalCreatePartitionedTopic(AsyncResponse asyncResponse, int n
&& pulsar().getConfig().isCreateTopicToRemoteClusterForReplication()) {
internalCreatePartitionedTopicToReplicatedClustersInBackground(numPartitions);
log.info("[{}] Successfully created partitioned for topic {} for the remote clusters",
clientAppId());
clientAppId(), topicName);
} else {
log.info("[{}] Skip creating partitioned for topic {} for the remote clusters",
clientAppId(), topicName);
Expand Down

0 comments on commit d1f1676

Please sign in to comment.