Merge pull request #20310 from Homebrew/attestation_debug
attestation: improve debug message.
This commit is contained in:
commit
3562adb376
@ -222,7 +222,7 @@ module Homebrew
|
|||||||
attestation = check_attestation bottle, HOMEBREW_CORE_REPO
|
attestation = check_attestation bottle, HOMEBREW_CORE_REPO
|
||||||
return attestation
|
return attestation
|
||||||
rescue MissingAttestationError
|
rescue MissingAttestationError
|
||||||
odebug "falling back on backfilled attestation for #{bottle}"
|
odebug "falling back on backfilled attestation for #{bottle.filename}"
|
||||||
|
|
||||||
# Our backfilled attestation is a little unique: the subject is not just the bottle
|
# Our backfilled attestation is a little unique: the subject is not just the bottle
|
||||||
# filename, but also has the bottle's hosted URL hash prepended to it.
|
# filename, but also has the bottle's hosted URL hash prepended to it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user