aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/ir.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-07-30 22:41:18 +0900
committerOphestra <cat@gensokyo.uk>2026-07-30 22:41:18 +0900
commite73f9e0626d5ac3055feac76b0eb0dfa8f25dd4c (patch)
tree591af104342a400a8fd53aa3a6974dbb21aca078 /internal/pkg/ir.go
parentddd90b780bf05fe4e98f7ca5d1ed321089ef0755 (diff)
internal/pkg: highlight miscellaneous verbose output
These were missed when adding highlight for core cache verbose output. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/ir.go')
-rw-r--r--internal/pkg/ir.go4
1 files changed, 2 insertions, 2 deletions
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,
)
}