From e73f9e0626d5ac3055feac76b0eb0dfa8f25dd4c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 30 Jul 2026 22:41:18 +0900 Subject: internal/pkg: highlight miscellaneous verbose output These were missed when adding highlight for core cache verbose output. Signed-off-by: Ophestra --- internal/pkg/ir.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/pkg/ir.go') diff --git a/internal/pkg/ir.go b/internal/pkg/ir.go index d5e6bbdb..d9f984a7 100644 --- a/internal/pkg/ir.go +++ b/internal/pkg/ir.go @@ -823,8 +823,8 @@ func (d *IRDecoder) decode() (a Artifact, err error) { d.ident[id] = a } else { d.c.msg.Verbosef( - "artifact %s appeared more than once in IR stream", - Encode(id.Value()), + "artifact %s%s%s appeared more than once in IR stream", + d.c.sgrIdent, Encode(id.Value()), d.c.sgrRes, ) } -- cgit v1.3.1