Skip to content

Commit

Permalink
Reword startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Mar 11, 2018
1 parent fe16c11 commit e59cfb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e59cfb3

Please sign in to comment.