Tweak output wording
This commit is contained in:
parent
8a41635c1f
commit
bd25e49582
@ -130,7 +130,7 @@ class BackupRotator:
|
|||||||
if len(children) <= max_items:
|
if len(children) <= max_items:
|
||||||
self.log(
|
self.log(
|
||||||
"Path only has " + str(len(children)) + " items,"
|
"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."
|
+ "; Won't rotate this path."
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user