Skip to content

Commit

Permalink
[JENKINS-15747] Comment about possible improvement to console logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 1, 2013
1 parent d506b32 commit 8b1df85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/StreamBuildListener.java
Expand Up @@ -70,6 +70,7 @@ public void started(List<Cause> causes) {
if (causes==null || causes.isEmpty())
l.println("Started");
else for (Cause cause : causes) {
// XXX elide duplicates as per CauseAction.getCauseCounts (used in summary.jelly)
cause.print(this);
}
}
Expand Down

0 comments on commit 8b1df85

Please sign in to comment.