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)
  • Loading branch information
RobertIndie authored and lhotari committed Sep 11, 2024
1 parent f5737e6 commit 80f9cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,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 80f9cf7

Please sign in to comment.