Skip to content

Commit

Permalink
Merge pull request #54616 from garethgreenaway/2019_2_1_port_50374
Browse files Browse the repository at this point in the history
[master] Porting #50374 to master
  • Loading branch information
dwoz authored Dec 21, 2019
2 parents d04f97a + 7b5fa84 commit f64d610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/returners/local_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def clean_old_jobs():
try:
shutil.rmtree(f_path)
except OSError as err:
log.error('Unable to remove %s: %s', t_path, err)
log.error('Unable to remove %s: %s', f_path, err)

# Remove empty JID dirs from job cache, if they're old enough.
# JID dirs may be empty either from a previous cache-clean with the bug
Expand Down

0 comments on commit f64d610

Please sign in to comment.