Skip to content

Commit a624a49

Browse files
debug: always show precompile message
1 parent 4eab2f7 commit a624a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/loading.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2750,7 +2750,7 @@ function __require_prelocked(pkg::PkgId, env)
27502750
m isa Module && return m
27512751

27522752
verbosity = isinteractive() ? CoreLogging.Info : CoreLogging.Debug
2753-
@logmsg verbosity "Precompiling $(repr("text/plain", pkg))$(list_reasons(reasons))"
2753+
@info "Precompiling $(repr("text/plain", pkg))$(list_reasons(reasons))"
27542754

27552755
unlock(require_lock)
27562756
try

0 commit comments

Comments
 (0)