mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 23:17:42 +00:00
virtcontainers: Fix typo in logger message
There is a typo "sandox" instead of "sandbox" in a logger warning Fixes: #2405 Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
parent
73a63baab5
commit
316b5f2b2c
@ -1844,7 +1844,7 @@ func (s *Sandbox) cgroupsUpdate() error {
|
|||||||
func (s *Sandbox) cgroupsDelete() error {
|
func (s *Sandbox) cgroupsDelete() error {
|
||||||
s.Logger().Debug("Deleting sandbox cgroup")
|
s.Logger().Debug("Deleting sandbox cgroup")
|
||||||
if s.state.CgroupPath == "" {
|
if s.state.CgroupPath == "" {
|
||||||
s.Logger().Warnf("sandox cgroups path is empty")
|
s.Logger().Warnf("sandbox cgroups path is empty")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user