diff options
-rw-r--r-- | sos/archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/archive.py b/sos/archive.py index 80e27b84..f2c4935b 100644 --- a/sos/archive.py +++ b/sos/archive.py @@ -439,7 +439,7 @@ class TarFileArchive(FileCacheArchive): if is_executable(method): methods.append(method) else: - self.log_error("\"%s\" command not found." % method) + self.log_info("\"%s\" compression method unavailable" % method) if self.method in methods: methods = [self.method] |