Skip to content

Commit d06d2e4

Browse files
typo
1 parent 6b4e895 commit d06d2e4

File tree

1 file changed

+1
-1
lines changed
  • mongodb_consistent_backup/Pipeline

1 file changed

+1
-1
lines changed

mongodb_consistent_backup/Pipeline/Task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def __init__(self, task_name, manager, config, timer, base_dir, backup_dir, **kw
3434
def compression(self, method=None):
3535
if method:
3636
self.compression_method = parse_method(method)
37-
logging.info("Setting %s compression method to: %s" % (self.task_name, self.compression_method))
37+
logging.info("Setting %s compression method: %s" % (self.task_name, self.compression_method))
3838
return parse_method(self.compression_method)
3939

4040
def is_compressed(self):

0 commit comments

Comments
 (0)