Skip to content

Commit

Permalink
Merge pull request #568 from jeffmaury/JENKINS-15207
Browse files Browse the repository at this point in the history
[JENKINS-15207] Fix typo in warning message when config-file-provider pl...
Thanks!
  • Loading branch information
olamy committed Sep 17, 2012
2 parents 1906f60 + 1bab710 commit c2f9bb1
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 c2f9bb1

Please sign in to comment.