Skip to content

Commit 6e6dec0

Browse files
force print all paths
1 parent 65f395e commit 6e6dec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PackageCompiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ function audit_sysimage_relocatability(sysimg_path::String; paths::Vector{String
11751175
push!(found, "[$(m.offset)] $(m.match)")
11761176
end
11771177
if !isempty(found)
1178-
@warn "absolute path `$path` found in $(length(found)) places:" found
1178+
@warn """absolute path `$path` found in $(length(found)) places:\n$(join(found, "\n"))"""
11791179
none_found = false
11801180
end
11811181
end

0 commit comments

Comments
 (0)