Merge pull request #20310 from Homebrew/attestation_debug

attestation: improve debug message.
This commit is contained in:
Mike McQuaid 2025-07-25 16:02:06 +00:00 committed by GitHub
commit 3562adb376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.