Skip to content

Commit

Permalink
Wrap CleanOldDir warning with informative message (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Aug 29, 2024
1 parent 70e4dae commit 84e8d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pluginmain.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func RunCliWithPlugin(jfrogApp components.App) func() error {
err = baseApp.Run(args)

if cleanupErr := fileutils.CleanOldDirs(); cleanupErr != nil {
clientLog.Warn(cleanupErr)
clientLog.Warn("failed while attempting to cleanup old CLI temp directories:", cleanupErr)
}

return err
Expand Down

0 comments on commit 84e8d09

Please sign in to comment.