Skip to content

Commit

Permalink
improved error logging when not being able to connect to Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Rampp committed Feb 18, 2013
1 parent d89db32 commit 60de80d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void initJobs() {
}
catch (IOException e) {
logger.warn("could not retrieve job or its last build status at {}, permanently removing this job",
jobUrl);
jobUrl, e);
}
}
}
Expand Down

0 comments on commit 60de80d

Please sign in to comment.