This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new b14506230 [ISSUE #4789] Fix mqadmin CL print format is incorrect
(#4795)
b14506230 is described below
commit b145062308f88e1feab923c04d9a362b44906fb8
Author: mxsm <[email protected]>
AuthorDate: Sun Aug 7 17:44:42 2022 +0800
[ISSUE #4789] Fix mqadmin CL print format is incorrect (#4795)
---
.../tools/command/controller/GetControllerMetaDataSubCommand.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/tools/src/main/java/org/apache/rocketmq/tools/command/controller/GetControllerMetaDataSubCommand.java
b/tools/src/main/java/org/apache/rocketmq/tools/command/controller/GetControllerMetaDataSubCommand.java
index e367943f3..144e26ae3 100644
---
a/tools/src/main/java/org/apache/rocketmq/tools/command/controller/GetControllerMetaDataSubCommand.java
+++
b/tools/src/main/java/org/apache/rocketmq/tools/command/controller/GetControllerMetaDataSubCommand.java
@@ -63,6 +63,7 @@ public class GetControllerMetaDataSubCommand implements
SubCommand {
System.out.printf("\n#Peer:\t%s", peer);
}
}
+ System.out.printf("\n");
} catch (Exception e) {
throw new SubCommandException(this.getClass().getSimpleName() + "
command failed", e);
} finally {