Merge pull request #1948 from liubin/fix/1947-fix-comments

runtime: fix some comments and logs
This commit is contained in:
Tim Zhang
2021-06-02 10:52:01 +08:00
committed by GitHub
4 changed files with 10 additions and 39 deletions

View File

@@ -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()
}