Skip to content

Commit

Permalink
[JENKINS-15207] Fix typo in warning message when config-file-provider…
Browse files Browse the repository at this point in the history
… plugin is not installed
  • Loading branch information
jeffmaury committed Sep 17, 2012
1 parent 9b0e1fb commit 1bab710
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ public ConfigProviderDelegate() {
if (Jenkins.getInstance().getPlugin("config-file-provider") != null) {
cpf = new ConfigProviderMediator();
} else {
LOGGER.warning("'config-file-provider' plugin installed..., administration of setting.xml will not be available!");
LOGGER.warning("'config-file-provider' plugin not installed..., administration of setting.xml will not be available!");
cpf = new DefaultConfigProviderFacade();
}
}
Expand Down

0 comments on commit 1bab710

Please sign in to comment.