We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4e895 commit d06d2e4Copy full SHA for d06d2e4
mongodb_consistent_backup/Pipeline/Task.py
@@ -34,7 +34,7 @@ def __init__(self, task_name, manager, config, timer, base_dir, backup_dir, **kw
34
def compression(self, method=None):
35
if method:
36
self.compression_method = parse_method(method)
37
- logging.info("Setting %s compression method to: %s" % (self.task_name, self.compression_method))
+ logging.info("Setting %s compression method: %s" % (self.task_name, self.compression_method))
38
return parse_method(self.compression_method)
39
40
def is_compressed(self):
0 commit comments