Skip to content

Commit

Permalink
[FIXED JENKINS-26409] If the stream is terminated early log this info…
Browse files Browse the repository at this point in the history
…rmation in FINE level.
  • Loading branch information
christ66 committed May 9, 2016
1 parent 0df6d15 commit 681ab47
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 681ab47

Please sign in to comment.