Skip to content

Commit

Permalink
Merge pull request #60 from christ66/JENKINS-26409
Browse files Browse the repository at this point in the history
[FIXED JENKINS-26409] If the stream is terminated early log this info…
  • Loading branch information
stephenc committed May 11, 2016
2 parents 7d4a2c9 + 681ab47 commit 1e5ffae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -169,7 +169,7 @@ public void doDownload(StaplerRequest req, StaplerResponse rsp) throws ServletEx
try {
SupportPlugin.writeBundle(servletOutputStream, components);
} catch (IOException e) {
logger.log(Level.WARNING, e.getMessage(), e);
logger.log(Level.FINE, e.getMessage(), e);
} finally {
SecurityContextHolder.setContext(old);
}
Expand Down

0 comments on commit 1e5ffae

Please sign in to comment.