Skip to content

Commit

Permalink
Wrap CleanOldDir warning with informative message (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Aug 29, 2024
1 parent ff85a2a commit 8336d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {
log.SetDefaultLogger()
err := execMain()
if cleanupErr := fileutils.CleanOldDirs(); cleanupErr != nil {
clientlog.Warn(cleanupErr)
clientlog.Warn("failed while attempting to cleanup old CLI temp directories:", cleanupErr)
}
coreutils.ExitOnErr(err)
}
Expand Down

0 comments on commit 8336d6f

Please sign in to comment.