forked from rosa/hakurei
internal/pkg: highlight miscellaneous verbose output
These were missed when adding highlight for core cache verbose output. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
+2
-2
@@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user