Skip to content

Commit 5e8fa4a

Browse files
committed
fix
1 parent 230fe07 commit 5e8fa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb_consistent_backup/Backup/Mongodump/MongodumpThread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def mongodump_cmd(self):
170170
"--out=%s/dump" % self.backup_dir
171171
])
172172
if self.is_version_gte("4.2.0"):
173-
logging.info("MongoDump Version higher that 4.2.0 found extendingmongodump with snppy compressor flag")
173+
logging.info("MongoDump Version higher that 4.2.0 found extending mongodump with snppy compressor flag")
174174
mongodump_flags.extend([
175175
"--compressors=%s" % "snappy"
176176
])

0 commit comments

Comments
 (0)