From 8c6f85a0a9a59599ba6f005d1a093d075cb0202a Mon Sep 17 00:00:00 2001 From: Jeffrey Frey Date: Tue, 29 Nov 2022 15:13:00 -0500 Subject: [PATCH] Update util.go --- internal/pkg/util/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/util/util.go b/internal/pkg/util/util.go index ce4dc49c..8cdad4a1 100644 --- a/internal/pkg/util/util.go +++ b/internal/pkg/util/util.go @@ -618,7 +618,7 @@ func FileGz( var gzipStderr io.ReadCloser /* Older version of gzip, try it another way: */ - wwlog.Verbose("%s does not recognize the --keep flag, trying piped stdout", compressor) + wwlog.Verbose("%s does not recognize the --keep flag, trying redirected stdout", compressor) /* Open the output file for writing: */ gzippedFile, err = os.Create(file_gz)