Skip to content

Commit

Permalink
Merge pull request #11 from aquarellian/master
Browse files Browse the repository at this point in the history
JENKINS-33892
  • Loading branch information
aquarellian committed Nov 7, 2016
2 parents 4f30f19 + aa8e91f commit dae42c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -4,4 +4,4 @@ target/**
.DS_Store
/work/**
**/*.localized

commands.rtf
Expand Up @@ -249,7 +249,7 @@ public boolean apply(@Nullable String input) {
logMessage(listener, "jenkins.plugin.review.sent", Level.INFO);
} catch (RestApiException e) {
listener.getLogger().println("Unable to post review: " + e.getMessage());
LOGGER.severe("Unable to post review: " + e.getMessage());
LOGGER.log(Level.SEVERE, "Unable to post review: " + e.getMessage(), e);
return false;
}

Expand Down

0 comments on commit dae42c7

Please sign in to comment.