aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/tar.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/tar.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/tar.go')
-rw-r--r--internal/pkg/tar.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/pkg/tar.go b/internal/pkg/tar.go
index 60b23e81..9a8c4b76 100644
--- a/internal/pkg/tar.go
+++ b/internal/pkg/tar.go
@@ -174,8 +174,8 @@ func (a *tarArtifact) Cure(t *TContext) (err error) {
case tar.TypeChar:
t.GetMessage().Verbosef(
- "skipping character device %d, %d %q",
- header.Devmajor, header.Devminor, header.Name,
+ "%sskipping character device %d, %d %q%s",
+ t.cache.sgrWarn, header.Devmajor, header.Devminor, header.Name, t.cache.sgrRes,
)
continue