Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
virtcontainers: Fix typo in logger message
Browse files Browse the repository at this point in the history
There is a typo "sandox" instead of "sandbox" in a logger warning

Fixes: #2405

Signed-off-by: Christophe de Dinechin <[email protected]>
  • Loading branch information
c3d committed Jan 21, 2020
1 parent 73a63ba commit 316b5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 316b5f2

Please sign in to comment.