Skip to content

Commit

Permalink
perspective_shutdown renamed to shutdownRequested
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mayorov committed Sep 27, 2013
1 parent 9278bad commit 7959ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/buildslave/protocols/pb.py
Expand Up @@ -145,7 +145,7 @@ def cache_builders(builders):
def perspective_keepalive(self):
log.msg('keepalive from slave') # TODO: temporary

def perspective_shutdown(self):
def shutdownRequested(self):
self.buildslave.perspective_shutdown()

def startCommands(self, RCInstance, builder_name, commandID, remote_command, args):
Expand Down

0 comments on commit 7959ce8

Please sign in to comment.