From 38c0e6e89906b327f41bd7e6067ba31913b499c5 Mon Sep 17 00:00:00 2001 From: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:24:47 -0400 Subject: [PATCH] chore: warn -> debug Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- syft/pkg/cataloger/ai/package.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syft/pkg/cataloger/ai/package.go b/syft/pkg/cataloger/ai/package.go index 44b6edc7f..f64d6a008 100644 --- a/syft/pkg/cataloger/ai/package.go +++ b/syft/pkg/cataloger/ai/package.go @@ -59,7 +59,7 @@ func computeMetadataHash(metadata *pkg.GGUFFileHeader) string { // Marshal to JSON for stable hashing jsonBytes, err := json.Marshal(hashData) if err != nil { - log.Warnf("failed to marshal metadata for hashing: %v", err) + log.Debugf("failed to marshal metadata for hashing: %v", err) return "" }