Tweak output wording

This commit is contained in:
root 2022-02-01 02:19:36 +05:30
parent 8a41635c1f
commit bd25e49582
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class BackupRotator:
if len(children) <= max_items:
self.log(
"Path only has " + str(len(children)) + " items,"
+ " but needs " + str(max_items) + " for rotation"
+ " but needs more than " + str(max_items) + " for rotation"
+ "; Won't rotate this path."
)
return