~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/sshserver/service.py

[testfix][r=allenap][bug=871596][no-qa] Use pgbouncer 0.0.7 and storm
 0.19.0.99-lpwithnodatetime-r402.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
        deferred = gatherResults([
186
186
            defer.maybeDeferred(service.Service.stopService, self),
187
187
            defer.maybeDeferred(self.service.stopService)])
 
188
 
188
189
        def log_stopped(ignored):
189
190
            notify(events.ServerStopped())
190
191
            return ignored
 
192
 
191
193
        return deferred.addBoth(log_stopped)