Add container/sandbox id to response debugs
Signed-off-by: Mrunal Patel <mpatel@redhat.com>
This commit is contained in:
parent
cab0860257
commit
908b3fcbbc
2 changed files with 6 additions and 3 deletions
|
@ -30,6 +30,6 @@ func (s *Server) StopContainer(ctx context.Context, req *pb.StopContainerRequest
|
|||
s.ContainerStateToDisk(c)
|
||||
|
||||
resp := &pb.StopContainerResponse{}
|
||||
logrus.Debugf("StopContainerResponse: %+v", resp)
|
||||
logrus.Debugf("StopContainerResponse %s: %+v", c.ID(), resp)
|
||||
return resp, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue