Skip to content

Commit

Permalink
ipc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kcq committed Mar 10, 2019
1 parent dd8befb commit bf33a86
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,9 @@ func (i *Inspector) FinishMonitoring() {
log.Debugf("sensor event => '%v'", evt)

cmdResponse, err = ipc.SendContainerCmd(&command.ShutdownSensor{})
errutils.WarnOn(err)
if err != nil {
log.Debugf("error sending 'shutdown' => '%v'", err)
}
log.Debugf("'shutdown' sensor response => '%v'", cmdResponse)
}

Expand Down

0 comments on commit bf33a86

Please sign in to comment.