From 4ee1015d94c1c022fe0aaf41041078647fb5b17a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 25 Jul 2025 15:44:22 +0000 Subject: [PATCH] attestation: improve debug message. Let's reference a bottle filename here rather than a class instance ID. --- Library/Homebrew/attestation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/attestation.rb b/Library/Homebrew/attestation.rb index d55125fbc9..0461bdd4f6 100644 --- a/Library/Homebrew/attestation.rb +++ b/Library/Homebrew/attestation.rb @@ -222,7 +222,7 @@ module Homebrew attestation = check_attestation bottle, HOMEBREW_CORE_REPO return attestation 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 # filename, but also has the bottle's hosted URL hash prepended to it.