Skip to content

Commit

Permalink
botmaster: shorter log, only names of builders
Browse files Browse the repository at this point in the history
We have too many of them, the log was so bloated.
  • Loading branch information
xrg committed Jun 1, 2011
1 parent 002695f commit 8bf6231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/process/botmaster.py
Expand Up @@ -226,7 +226,7 @@ def setBuilders(self, builders):
if isinstance(b, Builder)],
fireOnOneErrback=True)
def _add(ign):
log.msg("setBuilders._add: %s %s" % (list(self), builders))
log.msg("setBuilders._add: %s %s" % (list(self), [b.name for b in builders]))
for b in builders:
for slavename in b.slavenames:
# this is actually validated earlier
Expand Down

0 comments on commit 8bf6231

Please sign in to comment.