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

rombert pushed a commit to annotated tag slingstart-maven-plugin-1.7.4
in repository 
https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git

commit f9ccd4713f521e83bb7a3772efc9f3dd5195eb9b
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Mar 21 13:47:35 2017 +0000

    clarify logging (to make clearer on which port the server has been started)
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1787970
 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/maven/slingstart/run/LauncherCallable.java     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/sling/maven/slingstart/run/LauncherCallable.java 
b/src/main/java/org/apache/sling/maven/slingstart/run/LauncherCallable.java
index 33f4429..d4fb2cc 100644
--- a/src/main/java/org/apache/sling/maven/slingstart/run/LauncherCallable.java
+++ b/src/main/java/org/apache/sling/maven/slingstart/run/LauncherCallable.java
@@ -102,8 +102,8 @@ public class LauncherCallable implements 
Callable<ProcessDescription> {
             if ( !started ) {
                 throw new Exception("Launchpad did not start successfully in " 
+ this.environment.getReadyTimeOutSec() + " seconds.");
             }
-            this.logger.info("Started Launchpad " + configuration.getId() +
-                    " [" + configuration.getRunmode() + ", " + 
configuration.getPort() + "]");
+            this.logger.info("Started Launchpad '" + configuration.getId() +
+                    "' at port " + configuration.getPort()+ " [run modes: " + 
configuration.getRunmode()+ "]");
         } finally {
             // stop control port
             cfg.getControlListener().stop();
@@ -212,7 +212,7 @@ public class LauncherCallable implements 
Callable<ProcessDescription> {
         boolean isNew = false;
 
         if (cfg.getProcess() != null || isNew ) {
-            LOG.info("Stopping Launchpad " + cfg.getId());
+            LOG.info("Stopping Launchpad '" + cfg.getId() + "'");
             boolean destroy = true;
             final int twoMinutes = 2 * 60 * 1000;
             final File controlPortFile = 
getControlPortFile(cfg.getDirectory());

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to