Merge pull request #2404 from c3d/minor-fixes

Fix typo in 'sandbox'
This commit is contained in:
Graham Whaley 2020-01-23 09:37:04 +00:00 committed by GitHub
commit ec13b28567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1844,7 +1844,7 @@ func (s *Sandbox) cgroupsUpdate() error {
func (s *Sandbox) cgroupsDelete() error {
s.Logger().Debug("Deleting sandbox cgroup")
if s.state.CgroupPath == "" {
s.Logger().Warnf("sandox cgroups path is empty")
s.Logger().Warnf("sandbox cgroups path is empty")
return nil
}