Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 12644d6

Browse files
committed
debug
Signed-off-by: fupan <[email protected]>
1 parent efce5ff commit 12644d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/pod/exec.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (p *XPod) KillExec(execId string, sig int64) error {
210210
p.Log(ERROR, err)
211211
return err
212212
}
213-
213+
fmt.Printf("===============================kill container's %s process %s with %d\n", es.Container, es.Id, sig)
214214
return p.protectedSandboxOperation(
215215
func(sb vc.VCSandbox) error {
216216
return sb.SignalProcess(es.Container, es.Id, syscall.Signal(sig), true)

0 commit comments

Comments
 (0)