Skip to content

Commit

Permalink
[FIXED JENKINS-47132] Single quote must be doubled
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Sep 26, 2017
1 parent a740b6f commit 272aeab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -315,7 +315,7 @@ public void waitForReady() throws InterruptedException {
return;
}
LOGGER.log(Level.INFO,
"Master isn't ready to talk to us on {0}. Will retry again: response code={1}",
"Master isn''t ready to talk to us on {0}. Will retry again: response code={1}",
new Object[]{url, con.getResponseCode()});
} catch (IOException e) {
// report the failure
Expand Down

0 comments on commit 272aeab

Please sign in to comment.