~dave-cheney/juju-core/027-uniter-failure-II

« back to all changes in this revision

Viewing changes to worker/uniter/context.go

  • Committer: Dave Cheney
  • Date: 2012-10-25 15:11:06 UTC
  • Revision ID: david.cheney@canonical.com-20121025151106-p80ntc8ck36enaiq
wip

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
        }
170
170
        go logger.run()
171
171
        err1 := ps.Wait()
172
 
        if err == nil { err = err1 }
 
172
        if err == nil {
 
173
                err = err1
 
174
        }
173
175
        logger.stop()
174
176
        write := err == nil
175
177
        for id, rctx := range ctx.relations {