We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1067db8 commit 23d427cCopy full SHA for 23d427c
base/loading.jl
@@ -2837,7 +2837,7 @@ function __require_prelocked(pkg::PkgId, env)
2837
m isa Module && return m
2838
2839
verbosity = isinteractive() ? CoreLogging.Info : CoreLogging.Debug
2840
- @logmsg verbosity "Precompiling $(repr("text/plain", pkg))$(list_reasons(reasons))"
+ @info "Precompiling $(repr("text/plain", pkg))$(list_reasons(reasons))"
2841
2842
unlock(require_lock)
2843
try
0 commit comments