Skip to content

Commit b67541b

Browse files
logging typo #21
1 parent 06aada5 commit b67541b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb_consistent_backup/Rotate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def rotate(self):
6767
logging.info("Backup %s exceeds max age %.2f days, removing backup" % (backup["name"], self.max_days))
6868
self.remove(ts)
6969
continue
70-
logging.info("Keeping backup %s" % backup["name"])
70+
logging.info("Keeping previous backup %s" % backup["name"])
7171
kept_backups += 1
7272
else:
7373
logging.info("Backup %s exceeds max backup count %i, removing backup" % (backup["name"], self.max_backups))

0 commit comments

Comments
 (0)