Fix rebase around log event
Signed-off-by: Michael Crosby <michael@docker.com> Upstream-commit: b7550cd456e29874279499a546b07bb062a12096 Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user