This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 114e2a8e6f ARTEMIS-5862 Adding output to System.out message
114e2a8e6f is described below

commit 114e2a8e6fbd344a07c5d9f4009971dc070d8364
Author: Clebert Suconic <[email protected]>
AuthorDate: Wed Jan 28 07:45:05 2026 -0500

    ARTEMIS-5862 Adding output to System.out message
---
 .../activemq/artemis/cli/commands/tools/config/ExportProperties.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/config/ExportProperties.java
 
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/config/ExportProperties.java
index a5cbf403be..96a94b409b 100644
--- 
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/config/ExportProperties.java
+++ 
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/config/ExportProperties.java
@@ -41,7 +41,7 @@ public class ExportProperties extends Configurable {
       PrintStream out = context.out;
       OutputStream outputStream = null;
 
-      System.out.println("Exporting configuration as broker.properties");
+      System.out.println("Exporting configuration as " + output);
 
       if (output == null) {
          throw new RuntimeException("output is a required property");


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to