From bd25e495829a1b5d124e8941779cc1a7a6e49fb5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 1 Feb 2022 02:19:36 +0530 Subject: [PATCH] Tweak output wording --- BackupRotator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BackupRotator.py b/BackupRotator.py index 96f6ddd..16b4c4d 100755 --- a/BackupRotator.py +++ b/BackupRotator.py @@ -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