aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/ir.go
diff options
context:
space:
mode:
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,
)
}