From f38f43756b37789fd831e1b659ceae0b75bd8865 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 25 Mar 2025 08:45:24 +0100 Subject: [PATCH] CLI: Change wording for auto ugprades --- npbackup/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npbackup/__main__.py b/npbackup/__main__.py index edce817..cc1735c 100644 --- a/npbackup/__main__.py +++ b/npbackup/__main__.py @@ -596,7 +596,7 @@ This is free software, and you are welcome to redistribute it under certain cond # Don't actually log errors for upgrades, since they could fail for various reasons # but change the exit code of the program # Prefer using supervision for upgrades - logger.info("Interval initiated auto upgrade failed") + logger.info("Interval initiated auto upgrade not initiated") # Prepare program run cli_args = {