Skip to content

Commit

Permalink
Tweak text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyba committed May 6, 2014
1 parent 08ef062 commit d9538be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/safari-driver/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ safaridriver.client.init = function() {
var acknowledged = message.sendSync(window);
if (acknowledged) {
log.info('Connected to extension');
log.info('Waiting for extension to connect to client at ' + url);
log.info('Requesting extension connect to client at ' + url);
} else if (numAttempts < 5) {
var timeout = 250 * numAttempts;
setTimeout(connect, timeout);
Expand Down

0 comments on commit d9538be

Please sign in to comment.