Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Forgot to print log
Browse files Browse the repository at this point in the history
  • Loading branch information
campos-ddc committed Nov 27, 2017
1 parent 1bfb377 commit cc8601d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions master/buildbot/process/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Copyright Buildbot Team Members


import json
import time
import weakref

import time
from zope.interface import implements
from twisted.python import log, failure
from twisted.spread import pb
Expand Down Expand Up @@ -591,6 +590,7 @@ def buildFinished(self, build, sb, bids):
bids=bids,
)
finally:
log.msg(json.dumps(buildFinishedLog))
self.master.buildrequest_merger.build_merging_lock.release()

self.building.remove(build)
Expand Down

0 comments on commit cc8601d

Please sign in to comment.