Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chrome/test/chromedriver/server/chromedriver_server.cc

Issue 675633005: [chromedriver] Trigger ChromeDriver 2.12 Release (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/chromedriver/VERSION ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/server/chromedriver_server.cc
diff --git a/chrome/test/chromedriver/server/chromedriver_server.cc b/chrome/test/chromedriver/server/chromedriver_server.cc
index 653064be059ddfaf5a57814010fc1b77b1d59260..d7f09d222e0e18cb1a540a1113a1d1d16ade36f6 100644
--- a/chrome/test/chromedriver/server/chromedriver_server.cc
+++ b/chrome/test/chromedriver/server/chromedriver_server.cc
@@ -293,8 +293,7 @@ int main(int argc, char *argv[]) {
base::SplitString(whitelist, ',', &whitelisted_ips);
}
if (!cmd_line->HasSwitch("silent")) {
- printf(
- "Starting ChromeDriver (v%s) on port %d\n", kChromeDriverVersion, port);
+ printf("Starting ChromeDriver %s on port %d\n", kChromeDriverVersion, port);
if (!allow_remote) {
printf("Only local connections are allowed.\n");
} else if (!whitelisted_ips.empty()) {
« no previous file with comments | « chrome/test/chromedriver/VERSION ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698