Skip to content

Commit 20845cb

Browse files
log typo
1 parent b713d7d commit 20845cb

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
@@ -158,7 +158,7 @@ def mongodump_cmd(self):
158158
if read_pref:
159159
mongodump_flags.append("--readPreference=%s" % read_pref)
160160
elif self.read_pref_tags:
161-
logging.fatal("Mongodump must be >= 3.4.0 to set read preference!")
161+
logging.fatal("Mongodump must be >= 3.2.0 to set read preference!")
162162
sys.exit(1)
163163

164164
# --username/--password/--authdb

0 commit comments

Comments
 (0)