Skip to content

Commit 23d427c

Browse files
debug: always show precompile message
1 parent 1067db8 commit 23d427c

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
@@ -2837,7 +2837,7 @@ function __require_prelocked(pkg::PkgId, env)
28372837
m isa Module && return m
28382838

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

28422842
unlock(require_lock)
28432843
try

0 commit comments

Comments
 (0)