mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-20 15:54:19 +01:00
Merge pull request #1948 from liubin/fix/1947-fix-comments
runtime: fix some comments and logs
This commit is contained in:
@@ -1527,7 +1527,7 @@ func (s *Sandbox) Stop(ctx context.Context, force bool) error {
|
||||
|
||||
// shutdown console watcher if exists
|
||||
if s.cw != nil {
|
||||
s.Logger().Debug("stop the sandbox")
|
||||
s.Logger().Debug("stop the console watcher")
|
||||
s.cw.stop()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user