diff --git a/java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java b/java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java index 87dd830418c07..4e53167c01aac 100644 --- a/java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java +++ b/java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java @@ -205,7 +205,7 @@ public boolean boot() { } } - LOG.info("Starting Selenium for Workgroups...."); + LOG.info("Welcome to Selenium for Workgroups...."); LOG.info(String.format("Selenium Server is up and running on port %s", configuration.port)); return true; }