1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix rebase around log event

Signed-off-by: Michael Crosby <michael@docker.com>
This commit is contained in:
Michael Crosby 2014-08-06 21:15:34 -07:00
parent feda8fbb21
commit b7550cd456

View file

@ -105,7 +105,7 @@ func (m *containerMonitor) reset(successful bool) {
}
if container.daemon != nil && container.daemon.srv != nil {
container.daemon.srv.LogEvent("die", container.ID, container.daemon.repositories.ImageName(container.Image))
container.LogEvent("die")
}
c := container.command.Cmd