Skip to content

Commit 98a733e

Browse files
authored
Merge pull request #4552 from thaJeztah/1.4_backport_shim_exec_p_debug
[release/1.4 backport] shimv1: downgrade poroccess missing log to debug
2 parents 6b5fc7f + 4e3397e commit 98a733e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/v1/shim/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ func (s *Service) checkProcesses(e runc.Exit) {
514514
}
515515
s.mu.Unlock()
516516
if p == nil {
517-
log.G(s.context).Infof("process with id:%d wasn't found", e.Pid)
517+
log.G(s.context).Debugf("process with id:%d wasn't found", e.Pid)
518518
return
519519
}
520520
if ip, ok := p.(*process.Init); ok {

0 commit comments

Comments
 (0)