Skip to content

Commit

Permalink
chore: decrease log level (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed Aug 25, 2023
1 parent a51c2d0 commit 7185173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mason-core/installer/registry/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end
---@param spec RegistryPackageSpec
---@param opts PackageInstallOpts
function M.parse(spec, opts)
log.debug("Parsing spec", spec.name, opts)
log.trace("Parsing spec", spec.name, opts)
return Result.try(function(try)
if not M.SCHEMA_CAP[spec.schema] then
return Result.failure(
Expand Down

0 comments on commit 7185173

Please sign in to comment.