Skip to content

Commit

Permalink
Only print Selenium version when starting
Browse files Browse the repository at this point in the history
We need to do a bump of the Buck version to get the
revision string back, and that requires a series of
patches to be reapplied there.
  • Loading branch information
shs96c committed May 15, 2017
1 parent 4bfcf95 commit f3778ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions java/server/src/org/openqa/grid/selenium/GridLauncherV3.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ public static void main(String[] args) throws Exception {

configureLogging(launcher.configuration);

log.info(String.format(
"Selenium build info: version: '%s', revision: '%s'",
buildInfo.getReleaseLabel(),
buildInfo.getBuildRevision()));
log.info(String.format("Selenium version: '%s'", buildInfo.getReleaseLabel()));
try {
launcher.launch();
} catch (Exception e) {
Expand Down

0 comments on commit f3778ac

Please sign in to comment.