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 4eab2f7 commit a624a49Copy full SHA for a624a49
base/loading.jl
@@ -2750,7 +2750,7 @@ function __require_prelocked(pkg::PkgId, env)
2750
m isa Module && return m
2751
2752
verbosity = isinteractive() ? CoreLogging.Info : CoreLogging.Debug
2753
- @logmsg verbosity "Precompiling $(repr("text/plain", pkg))$(list_reasons(reasons))"
+ @info "Precompiling $(repr("text/plain", pkg))$(list_reasons(reasons))"
2754
2755
unlock(require_lock)
2756
try
0 commit comments