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