Skip to content

Commit 7a13258

Browse files
Temp cleanup log tweaks (#49092)
1 parent 5b49c03 commit 7a13258

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

base/file.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,10 @@ function temp_cleanup_purge(; force::Bool=false)
544544
end
545545
!ispath(path) && delete!(TEMP_CLEANUP, path)
546546
catch ex
547-
@warn "temp cleanup" _group=:file exception=(ex, catch_backtrace())
547+
@warn """
548+
Failed to clean up temporary path $(repr(path))
549+
$ex
550+
""" _group=:file
548551
end
549552
end
550553
end

0 commit comments

Comments
 (0)