Skip to content

Commit

Permalink
freezer: log success with Info level
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed May 5, 2021
1 parent b26463e commit a59d45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcontainer/cgroups/fs/freezer.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (s *FreezerGroup) Set(path string, r *configs.Resources) (Err error) {
continue
case string(configs.Frozen):
if i > 1 {
logrus.Debugf("frozen after %d retries", i)
logrus.Infof("frozen after %d retries, %d thaws", i, thaws)
}
return nil
default:
Expand Down

0 comments on commit a59d45a

Please sign in to comment.