Skip to content

Commit e59cfb3

Browse files
committed
Reword startup message
1 parent fe16c11 commit e59cfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public boolean boot() {
205205
}
206206
}
207207

208-
LOG.info("Starting Selenium for Workgroups....");
208+
LOG.info("Welcome to Selenium for Workgroups....");
209209
LOG.info(String.format("Selenium Server is up and running on port %s", configuration.port));
210210
return true;
211211
}

0 commit comments

Comments
 (0)