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:
+4
-1
@@ -1137,7 +1137,10 @@ func (c *Cache) Scrub(checks int) error {
|
||||
} else if !ce.check(ent, want) {
|
||||
wg.Go(func() { condemn(ent) })
|
||||
} else {
|
||||
c.msg.Verbosef("%s is consistent", ent.Name())
|
||||
c.msg.Verbosef(
|
||||
"%s%s%s is consistent",
|
||||
c.sgrIdent, ent.Name(), c.sgrRes,
|
||||
)
|
||||
}
|
||||
p.Put(want)
|
||||
wg.Done()
|
||||
|
||||
Reference in New Issue
Block a user