Skip to content

Commit

Permalink
Last commit, frozen
Browse files Browse the repository at this point in the history
  • Loading branch information
mvshao committed Sep 19, 2024
1 parent 6016fb0 commit c222da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/runtime-cleanup/cmd/cleaner/cleaner.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func (r RuntimeCleaner) Execute() error {

err := r.removeOldRuntimes()
if err != nil {
r.log.Error("Error during removing old runtimes ", err)
r.log.With("error", err).Error("Error during removing old runtimes ")
return err
}
return nil
Expand Down

0 comments on commit c222da6

Please sign in to comment.