Merge pull request #4519 from cpuguy83/shim_exec_p_debug
shimv1: downgrade poroccess missing log to debug
This commit is contained in:
commit
dedf423b9c
@ -514,7 +514,7 @@ func (s *Service) checkProcesses(e runc.Exit) {
|
|||||||
}
|
}
|
||||||
s.mu.Unlock()
|
s.mu.Unlock()
|
||||||
if p == nil {
|
if p == nil {
|
||||||
log.G(s.context).Infof("process with id:%d wasn't found", e.Pid)
|
log.G(s.context).Debugf("process with id:%d wasn't found", e.Pid)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if ip, ok := p.(*process.Init); ok {
|
if ip, ok := p.(*process.Init); ok {
|
||||||
|
Loading…
Reference in New Issue
Block a user