Tweak output wording
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user